Comments dyvesh started the conversationSeptember 14, 2021 at 2:34pmHello, Can you please explain how to change the main menu text font style to Calibri Bold? Can you also please explain how to change the body text to Calibri? Thank you[deleted] repliedSeptember 15, 2021 at 6:22amHi dyvesh,Calibri font doesn't exist in Google Fonts or Font Squirrel, so you need to add this font manually using the Self-Hosted Fonts area.(view large image)Thanks!dyvesh repliedSeptember 19, 2021 at 4:10pmHello, Can you please provide details how to add a separator white line between sub menu items? Enclosed attachment an example. Thank you,Dheeraaj [deleted] repliedSeptember 20, 2021 at 8:14amHi Dheeraaj,To do that you can add the code below to your Custom CSS area: .standard-menu-container .menu>ul>li>ul li, .standard-menu-container ul.menu>li>ul li { border-bottom: 1px solid #fff; }Have a nice day! Sign in to reply ...
Hello,
Can you please explain how to change the main menu text font style to Calibri Bold?
Can you also please explain how to change the body text to Calibri?
Thank you
Hi dyvesh,
Calibri font doesn't exist in Google Fonts or Font Squirrel, so you need to add this font manually using the Self-Hosted Fonts area.
(view large image)
Thanks!
Hello,
Can you please provide details how to add a separator white line between sub menu items?
Enclosed attachment an example.
Thank you,
Dheeraaj
Hi Dheeraaj,
To do that you can add the code below to your Custom CSS area:
Have a nice day!