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?
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
thanks
any update on this?
I saw another one of your team answered it but is that the correct thing to do?