Okay
  Public Ticket #2871973
Change Menu font
Closed

Comments

  • dyvesh started the conversation

    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

  • [deleted] replied

    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.

    medium
    (view large image)

    Thanks!

  • dyvesh replied

    Hello,

    Can you please provide details how to add a separator white line between sub menu items?

    Enclosed attachment an example.

    Thank you,
    Dheeraaj 

  • [deleted] replied

    Hi 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!