Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #781496

    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

    #781567

    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

    #781700

    Hi John,

    No, I don’t have CSS skills.

    Looking forward to your answer.

    Thanks,

    Miguel

    #781815

    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

    #782016

    This worked!

    Thanks

    #782023

    Hi,
    Glad Nikko was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to edit link color in different areas of the website?’ is closed to new replies.