selected Blue underline hyperlink appearing - not in Advanced CSS
Hi there - We have recently lost our developer and flying a little bit blind.
Our website has a couple of hyperlinks in our nav appearing as Blue. (but not all). We'd ideally like no underlines and definately no blue.
When I checked the advanced CSS - it appears all the Underline Blue etc has been removed. So wondering how else can we make this go away.
URL is adaptovate.com
We run a multisite but soon to go to just a single
Brizy pro on wordpress.
Example of "blue" is on key nav "Industries" - see Case Studies. and scroll and what I refer to as the 'scroll nav" - different instance of nav when you scroll - also has it.
So - ideally we want:
No underline
No blue
And to clarify - we've been to advanced CSS and checked all underline is removed.
I have a feeling it's to do with our navigation but don't know enough to fix.
Thanks in Advance
Katie
-
Hi Katie,Thank you for contacting us.Please try using this CSS:
.brz-mega-menu__portal a {
text-decoration: none !important;
color: #4d555a !important;
}
.brz-mega-menu__portal a:hover {
font-weight: bold;
color: inherit;
}This should eliminate the text decorations and set the font to bold when a link is hovered over.Please try this and let me know how it goes.Best regards,Ariel H.0 -
Thank you - that worked perfectly. Much appreciated.
0
Please sign in to leave a comment.
Comments
2 comments