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
4049 796 1145

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4049 796 1145

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
anas01
Tourist
4 0 1

Thanks a lot buddy.it really worked.