Hi, I was able to customize my logo in version 8. When I try in version 9 it's competing with the WAIcon and the company name that's there by default. Anybody know of a way to solve this problem? Thanks.
~Kyle
Hi, I was able to customize my logo in version 8. When I try in version 9 it's competing with the WAIcon and the company name that's there by default. Anybody know of a way to solve this problem? Thanks.
~Kyle
Hey Kyle,
If you're logged into Web Access in your browser and press F12 (I'm using Chrome, but it works in Firefox, as well), that'll open the dev tools where you can use the selector to click the icon you want to replace. The HTML tag in the source is something like <img src="Assets/images/WAIcon.gif">.
The easiest way to customize that logo is to go to that path on the web server (C:\Program Files\Web Access\Web Files...) and replace the WAIcon.gif and/or WALogo.gif with the logo you want. Make sure you keep the same "WAIcon"/"WALogo" name for your new icon or the HTML tag will be looking for a file that doesn't exist.
There's one more consideration: the dimensions of the new icon. Web Access won't rescale them, so you may want to make sure you have an appropriately sized icon or play with the CSS and HTML to fit the icon.
Hopefully this get's you on the right track. Be sure to let us know if you have any additional questions!
Hi Kyle,
If your question has been answered, please click the "This answered my question" button on the response.
If you still need assistance with this matter, just update this thread. Thanks!
Is the answer in this thread still relevant for 10.3?