Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #650886

    Need help with the following:

    1- How do I change the body color links on this page (towards the bottom of the page there are a bunch of links) from that ugly blue to gray. Also, how can I change the hover color.

    2- Under the CAREER-READINESS PARTNERS section, how do I remove the underline from the links?

    #650901

    Hey navindesigns,

    1 & 2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color a:hover {
        color: orange;
    }
    .main_color a {
        color: inherit;
    }
    #top .av_inherit_color a {
        text-decoration: none;
    }
    

    Best regards,
    Yigit

    #650924

    thanks

    any update on this?

    I saw another one of your team answered it but is that the correct thing to do?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change body link color’ is closed to new replies.