Font Size And Bold Option For Main Menu - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Font Size And Bold Option For Main Menu

JW

John Wolffe

Template 4 months ago

I have a client that would like me to bolden and increase the size of the main menu font in Yamas. Please let me know the best way to proceed to make this happen. Thanks for your help in advance, John

0
7 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 months ago #194661

Hello John,

Thank you for reaching out to us.

Could you please share your website URL? This will allow me to review the current design and provide more accurate guidance.

Thanks,

0
JW
John Wolffe
Accepted Answer
4 months ago #194666
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 months ago #194750

Please, use this css in your custom css, You can follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

#sp-header .sp-megamenu-parent>li>a {
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    font-size: 18px;
    font-weight: 900;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 900;
    font-size: 18px;
}

Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #194756

Hi John,

If you're using Typography from Helix Ultimate template, font-size and font-weight you can also set using settings.

General Guide: https://www.joomshaper.com/documentation/helix-framework/typography

0
JW
John Wolffe
Accepted Answer
4 months ago #194884

worked perfectly, thank you so much.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #194959

Please mark topic as solved, thx

0
JW
John Wolffe
Accepted Answer
4 months ago #194985

There doesnt seem to be a option for that so I accepted your answer to see if that does it. If not please let me know how to mark it a solved. thanks

0