Home Forums WoodMart support forum Extra Menu List

Extra Menu List

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #622212

    otoecu
    Participant

    When I add the icon, the text slides and the icon I added is not clearly visible. I also want the icons in the categories in the main menu to be clear. Can you help me with this?

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

    otoecu
    Participant

    Hello,

    I want the category and subcategory icons to be larger. Is there a page where I can edit this?

    Thanks

    #622581

    Hung Pham
    Keymaster

    Hello otoecu,

    Thanks for reaching to us and appreciate your patience.

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

    .wd-nav-sticky>li>a.woodmart-nav-link .wd-nav-img {
        --nav-img-width: 30px;
        --nav-img-height: 30px;
    }

    Best Regards,

    #622677

    otoecu
    Participant

    merhaba kategoriler simgesi büyüdü fakat alt kategorilere eklediğim simgeler halen küçük.Ekte belirttiğim resimde görebilirsiniz.

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

    otoecu
    Participant

    Hello, the categories icon has grown but the icons I added to the subcategories are still small. You can see it in the image I attached.

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

    Hung Pham
    Keymaster

    Hello otoecu,

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

    .wd-nav-img, ul.wd-sub-menu li>a img {
        width: 30px !important;
        height: 30px !important;
        max-height: 30px;
    }

    Regards,

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