Shopify Dawn Hide product names

Shopify Dawn Hide product names

sarasflowers
Visitor
3 0 0

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)

MustafA16
Tourist
86 7 8

hey @sarasflowers plz share your website URL 

sarasflowers
Visitor
3 0 0

sarasflowersphuket.com

MustafA16
Tourist
86 7 8
.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
Visitor
3 0 0

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.