Dont Want Uppercase In Megamenu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Dont Want Uppercase In Megamenu

R

Rapha73

Helix Framework 3 years ago

Hi,

I dont want uppercase in megamenu. Tried this but not work for me: .sp-megamenu-parent > li > a { text-transform: none !important; }

Thank you. Raphael

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94509

Hi

Thanks for contacting us. Could you please give me any screenshot of your issue? I need to check.

-Regards.

0
R
Rapha73
Accepted Answer
3 years ago #94534

please have a look at www.itc-solution.de In Menu go to "Lösungen" than you will see megamenu

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94589

Use this custom CSS

.sp-megamenu-parent .sp-mega-group>li>a{
        text-transform: capitalize !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0