I would Like to remove all SKUs showing up on my product pages

Theme is a paid one and I’ve tried everything but nothing seems to be working. My theme is called streamline.

1 Like

@GCeo ,

p.product-sku {
display: none !important;
}

Add this css in your store CSS file.

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

Hello, my store is URL is https://www.fituit.ca/

I dont understand this, sorry. Where do I enter those

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
p.product-single__sku {
display: none;
}

@GCeo ,

theme.scss.liquid

I only see a theme.css.liquid

Is that it? Also do I enter space before I drop it at the bottom or it doesnt matter, thanks.

It worked. Thanks so much.