Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #780247

    Guys.

    Please help me with something.

    I have two needs:

    1) To be able to, via CSS, 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?
    I don’t want other links to be affected, as the links inside bottom or side widgets.

    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?

    Many thanks!

    Miguel

    #780597

    Hey Mkieling,

    I see an empty page and do not see the elements that you would like to adjust. Is it a different page you’re talking about? Could you give us a page with elements and a better description of the changes you need?

    Best regards,
    Victoria

    #780707

    Hello Victoria,

    Now I put some text in the page.

    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

    #782856

    Hi,

    Sorry for the late reply!
    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your elements (Text Block for example) and give them a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class a { color: black !important; }

    Best regards,
    Yigit

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