• Hi there,

    I am simply trying to remove the product titles from my products on my shop pages. Right now it shows the category, the product name and price. I would like it to only show the product name. I don’t need the category to show anywhere to the customers. I can only seem to find information on how to hide a category, not just the name.

    My website is https://www.muditametta.com

    Any help would be appreciated! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Insert this custom CSS to hide price and category:

    .products .style-grid1 .category,
    .products .style-grid1 .price {display:none;}

    Thanks

    Thread Starter muditametta

    (@muditametta)

    Hey! Thanks so much! Thats great. Do you know how I get it to apply to my whole website? For some reason it only applied to my “Mala Beads” page, but not to any of my other product pages. The mala beads one is the only “shop” page, the others have the shop inserted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Product Title Only’ is closed to new replies.