Home Forums WoodMart support forum Is it possible to hide sub categories from the Page title , in the shop page?

Is it possible to hide sub categories from the Page title , in the shop page?

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

    supp0rt
    Participant

    Hello,

    I would like to ask if it is possible to hide the subcategories that open on a drop-down menu and are located on the page title. Is there any setting for that?

    Best Regards

    #395490

    Luke Nielsen
    Keymaster

    Hello,

    Of course, by disabling the “Categories in page title” option you can hide the categories from the page title, please navigate to Theme Settings -> Product archive -> Page title.

    https://prnt.sc/mhrUIQeLeEUO

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #395498

    supp0rt
    Participant

    Let me rephrase to make it more clear. I want to hide the sub-categories that pop-up if i have. Not the whole section. I like to have the main categories, but a dropdown appears on the hover when I hover over a category that contains sub-categories.

    That drop-down is something that I would like to remove.

    Best Regards

    #395500

    Luke Nielsen
    Keymaster

    Hello,

    Ok, in this case, try to use the below code for hiding the dropdowns, enter it into the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .page-title .wd-nav-product-cat .cat-item .children.wd-dropdown {
        display: none;
    }

    Kind Regards

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