Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #779682

    Hello guys,

    How do I edit the link color in the body only?

    Is there a css for that?

    Many thanks!

    Miguel

    #779786

    Hey Mkieling,

    Please try the following in Quick CSS under Enfold->General Styling:

    body a {
      color:green !important;
    }

    Best regards,
    Rikard

    #779943

    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

    #780027

    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

    #780313

    Hi Miguel,

    Please try this instead:

    .main_color a {
      color:green !important;
    }

    If you want to modify the colour of the strong tag then you can do so under Enfold->Advanced Styling.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.