Home Forums WoodMart support forum How to hide uncategorized section from header

How to hide uncategorized section from header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #295203

    meetsamani
    Participant

    I want to hide the Uncategorized section from the header please check the attached file

    #295220

    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-15 {
        display: none;
    }

    If you are trying to ask anything else then please provide me with some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards

    #295475

    meetsamani
    Participant

    How I can hide the highlighted(Yellow) product details on the shop page.
    Example:
    9 products
    3 products

    I want to hide those numbers

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

    Hello,

    I saw the screenshot you attached.

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

    span.nav-link-count.category-products-count {
        display: none;
    }

    Best Regards

    #295857

    meetsamani
    Participant

    Also, help me to change the color of the text and box into the white color of the header section please refer to the attachment

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

    meetsamani
    Participant

    Thank You … I got the solution for the above problem

    #295887

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to hide uncategorized section from header’ is closed to new replies.