Change The Font Size In Dropdown Submenu - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Change The Font Size In Dropdown Submenu

HB

Holger Busch

Template 1 year ago

Hello, I would like to know, if its possible to change the font size of the submenu in helix ultimate? Or can I just change the general fontsize? Regards from Germany Holger

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170963

Hi Holger,

Use that tip >> https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-change-the-font-size-of-submenu-items

Example:

.sp-megamenu-parent .sp-mega-group > li > a {font-size: 16px; }

OR

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {font-size: 16px; }

0
HB
Holger Busch
Accepted Answer
1 year ago #171368

I added .sp-megamenu-parent .sp-mega-group > li > a in "Custom Selectors" or add custom css in the template manager under Custom Code - Custom CSS, but that did not work. The size in the sub menu stays the same.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #171370

but CSS method should work.

0
ML
Mike Lawson
Accepted Answer
5 months ago #193092

Hello, I just tested both the custom CSS and the selector input and it didn't work...is there an updated fix? Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193101

I added extra line above in my old post, but anytime you can try "harder" alternative:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 18px !important; }

Mike, you forgot to share URL, next time do it.

0
ML
Mike Lawson
Accepted Answer
5 months ago #193280

That will work, thank you.

0