I am looking to remove sold out label from Thumbnail. I just want the sold out to be on the button label shown when the product is selected.
Hi,
Please go to Assets > theme.scss.css file and add the code below at the bottom of the file.
.grid-product__sold-out {
display: none;
}
Hope it helps.
Thank you so much! I have other questions as well. Can I ask them in this thread?
If so, Here are my questions:
-
I want to move the logo to my site to the center of pages on desktop (it already does this on smaller devices). I was able to do this but for some reason it lowered it further down on the page. I would like it same height as other icons and headings.
-
I would like to change the icons to words (on desktop only) and make “SHOP” on the right and on the left “SEARCH” - “ACCOUNT” - “BAG”