Remove Underline From Menu - Question | JoomShaper

Remove Underline From Menu

K

karv

Template 2 years ago

Hi, I am trying to disable the underline effect from the navigation link on luxyort template with the code text-decoration: none, but it doesn't work. Can you please advise how to solve this? Thank you

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24843

Hi

Do you want to delete this underline from the menu?

https://prnt.sc/1b227kw Then use this css code

.sp-megamenu-parent>.sp-menu-item a:before{
    display:none !important;
}

use this CSS code to Template Options -> Custom Code -> Custom CSS

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #24842

Hello karv

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-btn:after, .btn:after{
    display: none !important;
}

Best regards

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24834

Hi, Please share your site URL and also screenshot of your issue.

0
Anne
Anne
Accepted Answer
Support Agent 2 years ago #24831

Hello Karv,

Thanks for contacting with us. Can you give us a screenshot , where you want to disable the underline effect?

-Regards

0