Hello guys,
How do I edit the link color in the body only?
Is there a css for that?
Many thanks!
Miguel
Hey Mkieling,
Please try the following in Quick CSS under Enfold->General Styling:
body a {
color:green !important;
}
Best regards,
Rikard
Hello Rikard,
Thank you for your help!
Just a small adjustment needed. This CSS made all links green, including those from the top bar, widgets, etc… I’d like to edit the color of the links in the body text only. As in the text of a post, or when creating text for a landing page.
What could be the CSS for this purpose?
Many thanks,
Miguel
Hello there,
Additional question. And what if I’d like my bold text in content to be simply black. Right now it is read, since it’s the colors for links, etc…
How can I make my bold text black using CSS?
Thanks!
Miguel