Archived topic
Link hover color does not work on all links
7 replies · Started by CRISTO on April 10, 2017
I notice that the links on my page do not all change colors when highlighted....some do and some don't. Not sure why.
Hi Cristo,
The links that don't change color (eg Australia) has the color property added in the span style:
<span style="color: #0000ff; font-size: 18pt;">
Let me know if this helps.
Thanks, Leo. I am a beginner, so not sure what to do. Can you tell me how to change this? I thought I had all the links on that page the same.
If you go to Edit Page where you insert those links, you should see the exact same span I indicated above for Australia. Removing color: #0000ff; should fix the problem.
Let me know if this makes sense.
OK..it worked for Australia. So you are saying I should do that for each of the ones that have that color 0000ff, is that correct?
Yup just make sure the span of the links all have the same style/properties.
Thanks....don't know how that came about in the first place, but that was when I was first beginning and really did not know what I was doing.
Glad I could help!