Mega Menu Uppercase - Question | JoomShaper

Mega Menu Uppercase

O

OCRAM

Helix Framework 3 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 3 years ago #12284

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

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

0