Home Forums WoodMart support forum Change size principal menu

Change size principal menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274974

    titorus
    Participant

    Hi how can i change size of principal menu?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #275018

    Hello,

    I saw the screenshot you attached.

    To change the size of the text try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .menu-opener .menu-open-label {
        font-size: 13px;
    }
    
    .whb-color-dark .navigation-style-default .item-level-0>a {
        font-size: 12px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)