This topic has 12 replies, 4 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
How can we disable links from underlining throughout site, or just for the main nav menu?
Thanks,
Blake
Hello,
Could you please clarify with more details or show us screenshots what you want to disable?
Thank you.
Regards,
Eva Kemp.
See here. This is taken on the homepage… showing HOME underlined in main menu. When you hover over other items, the menu item turns red, and has an underline. I’d like to remove the underline…
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
The site link is in the private content. You must login to see site…
Hello,
I’ve removed underline on main menu. Please check it now!
Regards,
Jack Richardson
Can we remove the underline site-wide? The social icons in the header have underlines too… I just want to disable all of it.
Hello,
Please check your links now!
Regards,
Jack Richardson
Great! Thanks!!!
You’re welcome!
Regards,
Jack Richardson
Hi Again,
I’m working with Legenda on another site, and I want to remove the underline from links…. How did you do it?? 🙂
Thanks!
Blake
Hello,
The code is added in style.css of your child theme:
.header-type-4 .main-nav .menu > li.current-menu-item > a {
text-decoration: none;
}
.header-type-4 .main-nav .menu > li > a:hover {
text-decoration: none;
}
a:hover {
text-decoration: none !important;
}
Please note we provide support only for one site with Legenda theme.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up