Home Forums WoodMart support forum Brands on my shop / product page

Brands on my shop / product page

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

    cas rentmeesters
    Participant

    Can I disable the brands on my shop and product pages?

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

    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.

    .woodmart-archive-shop .woodmart-prefooter {
    	display: none;
    }
    
    .single-product .woodmart-prefooter {
    	display: none;
    }

    Best Regards.

Tagged: 

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