Hello,
I need some help.
I would like to remove the sale tag on my products in the wokiee theme. Does anyone know how? I have seen similar topics here but all the CSS code does not work for me.
My website is: https://drwonganatomy.com/
Thanks!
Hello,
I need some help.
I would like to remove the sale tag on my products in the wokiee theme. Does anyone know how? I have seen similar topics here but all the CSS code does not work for me.
My website is: https://drwonganatomy.com/
Thanks!
Hello,
Hope you’re doing well!
Put the code in theme.css
in bottom of line
span.tt-label-sale {
display: none;
}
@James188 - please add this css to the very end of your theme.css file and check
span.tt-label-sale {display: none; visibility: hidden;}
Please add the following code at the bottom of your css file.
span.tt-label-sale {
display: none;
}
Hi @James188 ,
Sorry for experiencing this problem, I understand you would like to remove sale tag in your products.You can try this code.
span.tt-label-sale {
display: none;
}
I hope this solution will works. Please follow below steps
Thank you!
Thanks
It works. Thank you
thank you
thank you so much
@James188 Your welcome
If my solution works, Please like and accept my solution. Thanks