Links aren't changing colors

Home Forums Gillion Theme Links aren't changing colors

Home Forums Gillion Theme Links aren't changing colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • aahmed
    Participant

    Hello,

     

    I am trying to get our hyperlinks throughout our articles to be blue and underlined so that they stand out. I have changed the color in the appearance settings, but it will not change on the actual page. Please help

    Hi @aahmed,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can achieve it?

     

    Best regards,
    Shufflehound team

    aahmed
    Participant

    blog.smarthome.com

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container article a {
       color: #337ab7;
       text-decoration:underline;
    }
Viewing 4 posts - 1 through 4 (of 4 total)