The link appear underline for main menu, tags, etc while hover. Not like demo. How to solve this? I know i can change the css, but see the demo by default should be no underline.
Maybe because i’m not using mega menu? Anyway i’m using newspaper theme (sport)
Hi,
Please check in Newspaper > Theme panel > Theme Fonts > header and set transform to none for your main ( https://www.screencast.com/t/b6GA3NVc7RA ) see if underline disappear, if not please check if you have some custom css set in Newspaper> theme panel > custom code .
If the problem persist, please provide your website url for a closer inspection.
Thank you.
HI,
Insert this code in Newspaper > theme panel> custom code > custom css and all underline from mouse hover will disappear :
a:hover{
text-decoration:none!important;
}
https://www.screencast.com/t/OOxSWaoAt8n
See results:
https://www.screencast.com/t/Fuhbz2EI6vmq
Thanks.