Home Forums WoodMart support forum Hide category name in Banner shop area

Hide category name in Banner shop area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #322421

    Urban Country
    Participant

    How to hide the category name on the banners like in the screenshot.

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

    Hello,

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

    .woodmart-archive-shop .title-size-default .title {
        display: none;
    }

    Best Regards

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