Home Forums WoodMart support forum Hide Discount label

Hide Discount label

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38181

    Blaze
    Participant

    How can I hide the Discount label present on the Left Top corner of any product?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove it

    .product-labels {
    	display: none!important;
    }

    Regards

    #38219

    Blaze
    Participant

    Thank you so much.

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

The topic ‘Hide Discount label’ is closed to new replies.