Tagged: Font-color, link color
Hi there, I want to change the hyperlink color ONLY to blue #5675b8. When I change it in the panel, it changes my header font and other things blue as well (which I don’t want)
Can you help?
Hey BrendaSarg!
Add this to your custom CSS.
.content p a { color: #5675b8; }
Best regards,
Elliott
That didn’t work? Still green?
Hey!
Please try adding !important rule as following
.content p a { color: #5675b8 !important; }
Regards,
Yigit
Still no
If you look here: http://wabe.ca/convention/ you’ll see the link to the hotel still green?
Hi,
I couldn’t see the styles being applied to the element, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Thank you
Hey!
Sorry there was a typo. It should be working now.
Cheers!
Elliott