Home Forums WoodMart support forum Title Category dropdown

Title Category dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #637462

    shweta
    Participant

    Hello Team,

    I have added the category option to the top banner of my website. When I checked on mobile, the category is appearing in a dropdown. I don’t want the category to be in a dropdown on the mobile version; I want it to be displayed as a list.

    Best

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

    Hello,

    It’s possible to change the “Mobile categories layout” only, in Theme Settings > Product archive > Page title – https://prnt.sc/TyrZI2t985YC

    Best Regards,

    #637693

    shweta
    Participant

    Hello,
    I don’t want to show my category dropdown or sidebar. Instead, I want to display all categories in a list. I have shared the screenshot.

    Best,

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

    Hello,

    You can use this CSS to ensure that the categories are displayed as a list instead of a dropdown on mobile. Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .wd-page-title.wd-nav-accordion-mb-on .wd-nav-product-cat {
        display: block !important;
        background-color: transparent !important;
    }
    
    /* Adjust category button appearance */
    .wd-page-title.wd-nav-accordion-mb-on .wd-btn-show-cat {
        display: none !important;
    }

    Best Regards,

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