Menu Text Decoration - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Text Decoration

DS

DMG Support

Template 2 years ago

Hi, I have searched your forums and tried code given but it doesn't work in my template. Just need to remove the blue underline from the top menu. I tried this but it didn't work and I can't find it in the inspect code. {text-decoration: none !important;} Template is Rythm

https://shangri-laevents.com/

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #96240

Hi there!

Thanks for your query.

Please use the following code:

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

Hope this will serve your purpose.

Best Regards

0
DS
DMG Support
Accepted Answer
2 years ago #96242

That did it thank you.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #96244

You are always welcome:)

0