Mega Menu Uppercase - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Mega Menu Uppercase

O

OCRAM

Helix Framework 4 years ago

Hi

The menu items in the mega menu are all UPPERCASE. Is there a way two change tehm to regular ?

Thanks

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #12284

Hi, yes, use custom CSS. For example for Helix Ultimate:

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

0