Home Forums WoodMart support forum Can I make it so that the top category is not shown?

Can I make it so that the top category is not shown?

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

    CJIaB41k
    Participant

    Can I make it so that the top category is not shown? The screenshot shows that the main category “Kitetime” goes first, and then there is a branching into other categories. Here is the top one that needs to be removed or somehow hidden.

    https://image.prntscr.com/image/ajXgmN4qS72U0hmfclQdCA.png

    #355694

    Hello,

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

    Best Regards

    #355791

    CJIaB41k
    Participant

    i attached screenshot

    Can I make it so that the top category is not shown? The screenshot shows that the main category “Kitetime” goes first, and then there is a branching into other categories. Here is the top one that needs to be removed or somehow hidden.

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

    Hello,

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

    .post-type-archive h1.entry-title.title {
        display: none;
    }

    Best Regards

    #356040

    CJIaB41k
    Participant

    it’s no working;(\
    can you try yourself?

    Check it out on my debug site watersnow.ru

    I gave you access in private

    #356129

    Hello,

    The CSS is working as it should, it is removing the top category.

    Screenshot for Clarification: https://gyazo.com/2d1984e51a0791267e61a3dd9fcc0001

    If you want anything else then provide a relevant screenshot pointing to the specific area to check it myself and help you out accordingly.

    Best Regards

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