Changing Blog Post Link Color - by archer0830

This topic has 5 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Stan Russell

  • Avatar: archer0830
    archer0830
    Participant
    June 14, 2015 at 01:17

    Hi, can you please tell me how to change the link color in blog posts? The link color is nearly identical to the text color and can’t be seen. I did not see any place in the theme options to set blog link colors but I do have custom CSS enabled. Any guidance would be appreciated!

    4 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 15, 2015 at 17:18

    Hello,

    Try to change content color in custom.css file:

    .content-article p {
     color: #767676 !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: archer0830
    archer0830
    Participant
    June 17, 2015 at 03:52

    Hi Eva and thanks for your help. I’m actually trying to change the hyperlink color only. So, for example, I would like: < a href= ‘http://www.thisisawebsite.com ‘>link color I want changed</ a> – specifically I want to make the color red.

    Thanks again for your help!

    Avatar: archer0830
    archer0830
    Participant
    June 17, 2015 at 04:14

    Ok, I was able to figure out a solution. Here’s what I used:

     .content-article a {
     color: #FF0000 !important;
    }
    
     .content-article a:hover {
        color: #0000FF !important;
    }
    

    If there is a better way to do this, please let me know. Otherwise this seems to be working.

    Avatar: stan
    Stan Russell
    Participant
    June 17, 2015 at 08:18

    Hello archer0830,

    this is correct code for changing links color.

    Regards,
    Stan Russell.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.