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. 

918件の閲覧回数
メッセージ1/7
不適切なコンテンツを報告
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.

912件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告

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

905件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告

Hi,

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

Thanks! 

824件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告
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>
820件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告

Thank you so much!

810件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告
Square

No problem!

805件の閲覧回数
メッセージ8/7
不適切なコンテンツを報告