• I am using web log theme. The colour of link in the post is same as the text. Is there a way to change the colour via theme settings (I didn’t found one though) or how can I change it manually using CSS or something.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @abharti867 ,

    You can use the following custom CSS

    .entry-content a {
        color: #4ca6cf !important;
    }

    Note: Change the color code as you need

    Best Regards!

    Thread Starter abharti867

    (@abharti867)

    Thanks @codersantosh
    As I have never coded, can you please tell me where should I insert this code. Like I have a plugin ‘insert header and footer’. Can I put it inside header or what?

    Plaese Go to Appearance => Customize => Additional CSS and just paste the code.
    Let me know if this work for you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Link color’ is closed to new replies.