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
March 7, 2023 at 1:11 pm
#448977
Aizaz Imtiaz Awan
Keymaster
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.