I'm trying to remove the default underline text decoration when you hover over text links. You can see it on the site logo, the main navigation, and in the bulleted links in the footer.
I've search for other tickets and tried adding this to the Additional CSS:
I'm trying to remove the default underline text decoration when you hover over text links. You can see it on the site logo, the main navigation, and in the bulleted links in the footer.
I've search for other tickets and tried adding this to the Additional CSS:
I hit publish and refreshed the website. However, that didn't help.
What else can I do?
Hi,
There is another line to disable it overall in all links, please add the following style in Appearance > Customize > Additional CSS.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thanks! That worked.
You are welcome anytime, feel free to ask for anything you need
If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.
Kind Regards,
NeuronThemes
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Hi there!
I'm adding this css lines you are saying but the underline links still appear.
All the lines I added:
ul.menu.m-header-default-menu li.menu-item.current_page_item > a,
ul.menu.m-header-default-menu li.menu-item > a:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:hover,
.elementor a,
.elementor a:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
You are welcome anytime, feel free to ask for anything you need
If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.
Kind Regards,
NeuronThemes
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.