x

How do I hide the SKU on my products page?

Hello, Weebly Community!
I was just wondering if there was a way to get rid of the SKU on my products page without actually getting rid of the SKU itself. 

I don't really like how it looks on my website and would be greatful for any help. 

884 Views
Message 1 of 7
Report
6 REPLIES 6
Square

Possibly - could you post a link to a product on your site, @aphrozone? There might be a way to do it with a quick CSS override.

878 Views
Message 8 of 7
Report

Here is a link to a product that we currently have in our store

871 Views
Message 8 of 7
Report

Hi,

I am also wondering the same! Did this ever get resolved? If so can you please help me too.

Thanks! 

790 Views
Message 8 of 7
Report
Square

Something like this in Settings > SEO > Header Code should hide it for any product on the live site:

<style>
	#wsite-com-product-sku
	{
		display: none !important;
	}
</style>
786 Views
Message 8 of 7
Report

Thank you so much!

776 Views
Message 8 of 7
Report
Square

No problem!

771 Views
Message 8 of 7
Report