Hello guys,
1) Can I use CSS 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. As per the index page of the website that I included.
I don’t want other links to be affected, as the links inside bottom or side widgets.
You can see that the last work of the text is a link, and it’s read. How can edit that color using CSS?
2) If I’d like my bold text in content to be simply black. Right now it is dark red, since it’s the current theme color for links, bold text, etc…
How can I make my bold text black using CSS, but only in the content of posts and regular page content?
Many thanks!
Miguel
Hey Mkieling,
Please, I need to ask you one thing: Do you have CSS skills? – I am asking it because I can provide you a tutorial if you have and other if you don’t have.
Best regards,
John Torvik
Hi John,
No, I don’t have CSS skills.
Looking forward to your answer.
Thanks,
Miguel
Hi,
1.) Try adding this css code in Quick CSS (located in Enfold > General Styling):
#main .content a {
color: black;
}
2.) Add this css code in Quick CSS:
#main .content strong {
color: black;
}
Hope this helps :)
Best regards,
Nikko
This worked!
Thanks