Viewing Link colours keep changing

Link colours keep changing



User: DALE N. 12 years ago
Hi –

I have set up a website and have set up the nav colours to be an aqua colour on hover and visited states. All is working fine until I've clicked around the website a few times and then re-visit the home page, at which point all the nav colours are permanently in the "visited" aqua colour. When I clear Chrome's browser cache the colours return to normal. Is this right? I presumed the visited colour stage was just for when a user clicked on an item – to retain the colour's status, not remember it once a different page has been visited.

As an example, "Contact" is set in grey with aqua as the hover and visited colour. When I leave the Contact page and visit another page, Contact goes back to grey which I imagine should be correct but after a while Contact stays aqua permanently. I can't expect users to keep clearing their cache unless I'm doing something wrong?

Thanks
User: Roddy 12 years ago
The normal and visited colors should be the same.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: DALE N. 12 years ago
Thanks Roddy. I also noticed when I viewed the website on an iPad, the phone numbers came up blue and underlined. I realise that's so they can be called using iPad software but could I take the underlines off and change the colour do you know?

Thanks
User: Roddy 12 years ago
You would use HTML with some inline styles in an HTML Snippet to actually create the number as a hyperlink and style it with your choice of font, font size, color and text decoration….

<a href="#" style="font 15px verdana;color:#000;text-decoration: none">011 6666 4321</a>

For mobile devices it's better to create finger tip sized user inputs so you would have a phone button. See examples …

http://everwebcodebox.com/mobile/mobile-links.html

http://everwebcodebox.com/links/social-media.html

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Jumbo T. 12 years ago
Did this :

http://www.google.com/search?q=remove+underline+phone+number+iphone

Found this :

http://stackoverflow.com/questions/3736807/remove-styling-of-telephone-numbers
User: DALE N. 12 years ago
Thanks Jumbo T. I had already Googled the issue, I was just trying to find out whether there was something I could do as part of Everweb's features. Now I know there obviously isn't.


Post Reply
You must login or signup to post.