Home Forums WoodMart support forum my products don’t look good on the homepage Reply To: my products don’t look good on the homepage

#448977

Hello,

2- If you completely want to hide the Sale Label, then you might need to use the Custom CSS on your Site:

.onsale.product-label {
   display: none !important;
}

Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

3- Please share the WP admin login details of your site so I will check and give you the solution.

Best Regards.