I want only Save logo appear in my product page i do not want appear my ollection page.
my website: eycuf.com
Is this possible
I want only Save logo appear in my product page i do not want appear my ollection page.
my website: eycuf.com
Is this possible
Thank you for posting here. Please add this code to your theme’s base.css file. You find this file under the assets folder.
.card__badge {
display: none !important;
}
If find this message helpful, pls accept it as a solution.
Thank you