Hi there,
I know the options primary & highlight color – but I do not want to have the same color for links, dropcaps, button hover and other elements – just for the link. It would be great if one could individualize this regularly with enfold. Would you please tell me what the CSS code is, if I only want the links in the color #0044cc ?
Thank you very much!
Jennifer
Hi JVW234!
Add this to your custom CSS.
.entry-content p a { color: #0044cc !important; }
Cheers!
Elliott
Hi Elliott, I added this to the Quick CSS in the styling, but nothing changes – what am I doin’ wrong?
Cheers and thank you!
Jennifer
Hi!
You can slightly modify the above css and try the below:
p a {
color: #0044cc !important;
}
Best regards,
Dake
thank you, that works!
Hey!
You’re welcome, glad to know we could help :)
Please let us know if you ever need any help in the future.
Regards,
Dake