Home Forums WoodMart support forum Exclude a specific category from the categories under the page title

Exclude a specific category from the categories under the page title

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

    orangeblossomksa
    Participant

    I want to exclude a specific category from the categories under the page title. https://snipboard.io/rzp4HZ.jpg
    However, the exclusion option appears when I deactivate the “Show current category ancestors” feature as shown here: https://snipboard.io/8QuYR4.jpghttps://snipboard.io/ZG8BK9.jpg
    I need to activate this feature and exclude the “Gift Card” category.
    Is there a workaround for this issue?

    #575526

    Hello,

    Navigate to Theme Settings > Product Archive > Page Title > Exclude categories.
    https://ibb.co/HVZnY4r

    Best Regards.

    #575559

    orangeblossomksa
    Participant

    Hi Aizaz,

    You may not have noticed this, but I need to enable “Show current category ancestors” and when I do, the option to exclude categories does not appear in the theme settings.
    Now I need to activate the “Show current category ancestors” feature and a way to exclude the “gift card” category via code or a suitable solution.

    Best Regards.

    #575669

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop li.cat-item.cat-item-1782 {
        display: none;
    }

    Best Regards.

    #575709

    orangeblossomksa
    Participant

    Hello Aizaz,

    Thank you, I appreciate your help. You can close the topic.

    Best Regards.

    #575804

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Exclude a specific category from the categories under the page title’ is closed to new replies.