Home Forums Luzuk Expert Electrician Expert Consultant

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40033
    Sean Fielding
    Participant

    How do I change the font size in the main menu and submenus?

    #40044
    User Support
    Participant

    Hello Sean,
    To change the font size of the main menu and submenus in the “Expert Consultant Pro” theme, add the given CSS into your Customizer >> Additional Css and Publish it. You may change the font size as you want.

    1. Font size CSS for Main Menus:

    .navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    }

    2. Font size CSS for Submenus:

    .header.site-header ul.sub-menu li a {
    font-size: 16px;
    }

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.