How can I hide the SKU on a product page using the Czor home1 theme?

Solved

How can I hide the SKU on a product page using the Czor home1 theme?

anas01
Tourist
4 0 1

Hey! Anyone please tell me how to hide SKU from product page?

Im using "Czor home1" theme.sku hide.PNG

Accepted Solution (1)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @anas01 ,

Check in theme product settings, I guess there you have an option to hide it. 

If not then under assets edit style.css and a the bottom of the file add this css code

.single-product-info .product-tags .element-tag:first-child {
    display: none;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @anas01 ,

Check in theme product settings, I guess there you have an option to hide it. 

If not then under assets edit style.css and a the bottom of the file add this css code

.single-product-info .product-tags .element-tag:first-child {
    display: none;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
anas01
Tourist
4 0 1

Thanks a lot buddy.it really worked.