Home Forums WoodMart support forum The labels on the product page

The labels on the product page

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

    lavitasarim
    Participant

    Hello there.

    How can I hide the labels on the product page?

    Thank you.

    #26647

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them

    .product-image-summary .product-images .labels-rounded {
    	display: none;
    }

    Regards

    #27426

    lavitasarim
    Participant

    Hi.

    The solution you suggested did not work. What can I do?

    Thanks.

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

    Artem Temos
    Keymaster

    If you want to hide product tags, you can use this code

    .tagged_as {
    	display: none!important;
    }
    #27438

    lavitasarim
    Participant

    Thank you very much.

    .product-image-summary .product-images .labels-rounded {
    display: none;
    }

    what is this code for?

    #27452

    Artem Temos
    Keymaster

    This for product labels like “Sale” or “New”.

    Regards

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