Change The Text / Link Size In Drop Down Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change The Text / Link Size In Drop Down Menu

T

Tom

Helix Framework 2 years ago

Good day to you!

I am trying to change the size of the text/links in the drow down menu to be a bit smaller that the main menu text, but haveing been able tried a few difrent simple css lines but didn't work. Could you guide me on how to change it to be smaller.

Sample image

Thanx!
0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #95528

Hi

Thanks for contacting us. Use this custom CSS

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
    font-size: 15px !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.

-Regards.

0
T
Tom
Accepted Answer
2 years ago #95569

I was so "close" was missing –li.sp-menu-item>a–

Thank you Mehtaz!!! :)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #95710

Glad to know that. You can now close this post by accepting the answer.

0