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

    Hello. I’m trying to change the colour of links in the main body of our posts, without changing the colour of other links. For example, on this page: http://cmktowncouncil.org/frontpage/have-your-say-on-proposed-parking-changes/ – I want to make the links in the text red (for instance the green ”here” at the end of the first paragraph) without changing the links at the top (the menu bar and ”about cookies” etc) or the events calendar in the left sidebar. Furthermore, on our homepage we want to keep the four icons under the main photo green, and any icons like those elsewhere on the site. Every attempt I’ve made to change link text colour through ‘general styling’ or through CSS has changed other things as well, such as these. I just want to change the links in the actual body of the posts, pages and events on the site. Can this be done?

    Many thanks.

    #373566

    Hey TownCouncil!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #main .main_color .entry-content a {
    color: red;
    }

    Best regards,
    Yigit

    #373593

    Thanks Yigit! That’s worked perfectly. Many thanks indeed.

    #373598

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change link colour in main body text only’ is closed to new replies.