Re: Shopify Dawn Hide product names

Shopify Dawn Hide product names

sarasflowers
Tourist
7 0 1

I want to hide product names in the main page featured collection as well as all products in the shop. I found a couple of ideas on here, when I entered the code it worked, however it also disabled any click through on the image, so customers couldn't add it to the cart.

Replies 4 (4)

Mustafa_Ali
Explorer
360 30 58

hey @sarasflowers plz share your website URL 

sarasflowers
Tourist
7 0 1

sarasflowersphuket.com

Mustafa_Ali
Explorer
360 30 58
.full-unstyled-link {
    display: none;
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

MustafA16_0-1741677203677.png

 

sarasflowers
Tourist
7 0 1

There is no <style> tag in theme.liquid. There is a  {% style %}, but if I enter the code under that it won't even save - just calls it invalid.