Home Forums WoodMart support forum Setting: Sticky navigation

Setting: Sticky navigation

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

    webnokor
    Participant

    How to change size of this font and icon?

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

    Hung Pham
    Keymaster

    Hi webnokor,

    Thanks for reaching to us.

    1. Increasing nav image

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-nav-vertical.wd-nav-sticky > li > a .wd-nav-img {
        width: 30px !important;
        height: 30px;
    }

    2. Changing menu items’s font-size

    Go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/UqPRFfgbcFxJ

    .wd-nav.wd-nav-vertical>li>a

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    Regards,

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