Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2336674
The sale tag on the product picture
Closed

Comments

  • Eamon King started the conversation

    Hi, overlaid on the main picture for my bundle I get an orange "sale" tag. I can not seem to see how to remove this. Im sure it is something simple but need a little helping hand doing this. Attached is a pic of what is at question.

  •  767
    Janilyn replied

    Hi Eamon, 

    Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay in touch as he might need discuss further with you. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,228
    Dustin replied

    Hi Eamon,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    li.product-type-woosb .onsale {
        display: none !important;
    }

    For the single product page, please use below CSS code:

    body.single-product .product-type-woosb .onsale {
        display: none !important;
    }

    Best regards,
    Dustin