• Resolved calebellis

    (@calebellis)


    I have links to other articles from my site scattered around in my posts. But the color of those links is the same as the rest of the text, so they are invisible until you hover on it, and then it turns orange. How can I turn the links in the body of my posts orange? I tried CSS code, but that turned all links orange, and I need only the ones in the body of the posts to be orange. Any help? Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @calebellis

    Please add the following CSS in that your style.css

    .entry-content a.rtBibleRef {
    
        color: #e67e22;
    }
    Justin Tyler

    (@justintyler2090)

    You can add the following CSS in that your style.css

    .entry-content a.rtBibleRef {

    color: #e67e22;
    }

    Thread Starter calebellis

    (@calebellis)

    Thank you both soo much! @justintyler2090 @umesh84
    It works great! But I have one question, how can I get this for the links to other posts that are in my posts? For example, the first instance of ‘trials’ under the heading, ‘This is God’s Story’ is a link to a different post. How can I have that orange as well? Thank you so much!

    Hi @calebellis

    Add this below CSS in your site and it will reflect to all post link

    .entry-content a {
    
        color: #e67e22;
    }

    Thanks

    Thread Starter calebellis

    (@calebellis)

    @umesh84
    Thank you so much! You’re a life-saver!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change link color in posts?’ is closed to new replies.