Home Forums WoodMart support forum category small

category small

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #274984

    Akash
    Participant

    How to make it smaller

    #275022

    Hello,

    Could you please elaborate on what you actually want with some relevant screenshots to check it myself and help you out accordingly?

    Best Regards

    #275602

    Akash
    Participant
    #275646

    Hello,

    Sorry but the Screenshot you provided is not working. Please provide me with the correct screenshot to check it myself and help you out accordingly.

    Best Regards.

    #280931

    Akash
    Participant
    #281113

    Hello,

    I saw the screenshot you attached.

    If you want to reduce categories from the categories dropdown then you can Edit the menu From Appearance >> Menus.

    If you want to ask anything else then elaborate with the help of some relevant screenshot to check it myself and help you out accordingly.

    Best Regards

    #281293

    Akash
    Participant

    I want to small my my category size like this https://snipboard.io/I4OdgT.jpg

    #281717

    Hello,

    I saw the screenshot you attached. Sorry but there is no option in Theme Settings available to make the categories dropdown the same as you mentioned.

    You can try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    And see if this works for you otherwise it requires Customizations.

    .wd-nav-vertical>li>a {
        padding: 0;
        font-size: 12px;
    }
    
    .wd-nav-vertical>li.menu-item-has-children>a:after {
    display: none;
    }
    
    .wd-nav-vertical>li:not(:last-child) {
        border-bottom: none;
    }
    .whb-header-bottom .wd-dropdown {
        width: 200px;
    }

    Best Regards.

    #281856

    Akash
    Participant

    the font size is how can I change it I don’t need font

    #281914

    Hello,

    Sorry but your question is not clear enough. Could you please elaborate what you require??

    Best Regards

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