Home Forums WoodMart support forum How can I increase the size of the icons in the left-hand menu?

How can I increase the size of the icons in the left-hand menu?

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

    dmitry.repida
    Participant

    Also, there’s another issue: on the homepage, the left-hand menu looks one way, but on the Shop page, the same menu looks different. What is causing this? I’d like it to look the same as it does on the homepage.

    #723001

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* increase icon size */
    .wd-sticky-nav .wd-nav-sticky > li > a .wd-nav-img {
        --nav-img-width: 40px !important;   /* smaller icons */
        --nav-img-height: 40px !important;
    }
    .wd-sticky-nav .wd-nav-sticky > li > a {
        padding: 4px 8px !important; 
    }

    02. Your issue has been resolved. Please check back your site and check the issue.

    See Screenshot for clarification: https://postimg.cc/LJFm6CZG

    Best Regards.

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