Home Forums WoodMart support forum Hide the Categories Title in the Shop Archive Layout

Hide the Categories Title in the Shop Archive Layout

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

    ha21cn
    Participant

    https://ibb.co/HDKNPpgR
    https://ibb.co/qXqtL6F
    I imported the Shop Archive Layout template, but I want to hide the Categories Title of the Product Categories element. How can I do this?

    #685075

    Hello,

    Can you please share the page URL so I can check and give you a possible CSS code?

    Best Regards,

    #685349

    ha21cn
    Participant

    The website has been put below. I would like to ask if you will launch the option to turn off product titles on the page editor in the future? Many times we only need thumbnails and do not need product category titles.

    #685454

    Hello,

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

    .wd-cat-content.hover-mask .wd-entities-title {
        display: none !important;
    }

    Best Regards,

    #685458

    ha21cn
    Participant

    Is this code universal for all websites?

    #685546

    Hello,

    Yes, this CSS will work universally for all websites using the WoodMart theme, as long as the same element structure (.wd-cat-content.hover-mask .wd-entities-title)is the same.

    However, if you only want to apply it to a specific section or page, you can add a page-specific class or ID before the CSS selector to make it more targeted.

    Best Regards,

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