• Louise

    (@louisedonnellydavey)


    Hi there… I’m trying to change the colour of links in my posts – not on the homepage or in any other places on the site like widgets or sidebars etc etc….

    I changed the html in this first link to pink… but its not showing as pink…

    Can someone please help me ?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Steven (LyraThemes)

    (@stevenlyrathemes)

    Hi Louise,

    I see what you mean…it looks like the span color was changed, but the link inside the span is still retaining it’s more specific styling.

    You can override it with this CSS in Appearance > Customize > Additional CSS if you’d like:

    .single-content a {
        color: #e5a3ad;
    }

    If you have any trouble, just let us know!

    Thread Starter Louise

    (@louisedonnellydavey)

    Thanks! So, if I add this will all my links that I code in the post be this colour ?

    How do i set my whole site to colour links this colour… but not colour links on the homepage – sidebar etc this colour? JUST links in posts?

    Thread Starter Louise

    (@louisedonnellydavey)

    OHHHH think that code worked for what I needed! thank you!

    Steven (LyraThemes)

    (@stevenlyrathemes)

    Happy to hear that, Louise- thanks for the follow up! ??

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