The link appear underline for main menu, tags, etc while hover

Posted in: Newspaper
Post count: 12

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.

https://imgur.com/a/P7Wo59R

https://imgur.com/a/giKkwGx

Maybe because i’m not using mega menu? Anyway i’m using newspaper theme (sport)

Post count: 12

??

Post count: 35449

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.

Post count: 12

Hi,

The problem still there after set menu style transform : none.

Here is the web: motoqar.my

Thanks

Post count: 35449

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.

Post count: 12

Hi,

That’s will remove all the link underline which still not like demo. See the demo still have underline for the simple text link like email on the footer.

Thanks

Post count: 35449

if you like to have remove just from main then add this code:
.menu-menu-1-container #menu-menu-2 a:hover{
text-decoration:none;
}

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.