Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261723
    quigon313
    Participant

    Hi, in my paragraph on my page I made a sentence a link to another page and it’s not changing colors. I can’t find the theme option to change the color of links. Thanks.

    #261733
    tikaram
    Keymaster

    @quigon313: Please post in your site URL so that I can check for the issue.

    Regards,
    Tikaram

    #261838
    quigon313
    Participant

    wilsonbros.net
    It’s on the main page. Scroll down to the about us and underneath each quote is a paragraph and the last few words of each paragraphs are supposed to be links.

    #261914
    tikaram
    Keymaster

    @quigon313: Login to your WordPress admin section.
    Go to Apperance => Customize => Additional css and add the following css.

    p.has-text-color a {
        color: #d98e4a;
    }
    
    .has-light-gray-color {
    	color: #d98e4a;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #261947
    quigon313
    Participant

    That worked but I had to change it around a little bit. I ended up using this

    
    p.has-text-color a {color: darkcyan}
    
    p.has-text-color a:hover {color: lightblue}
    
    #262093
    tikaram
    Keymaster

    @quigon313: Glad to know that the issue has been resolved. Have a good day

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Link Color’ is closed to new replies.