How can I minimize SKU text on my product page?

Solved

How can I minimize SKU text on my product page?

RobertVTH
Excursionist
26 0 16

Hello... I would like to reduce the word SKU on my product page. Thank you

 

https://zeplon.co/collections/mens/products/midnight-sinners-tee

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 641 1581

This is an accepted solution.

.sku label {
    font-size: 16px !important;
}

@RobertVTH 

Add this code in the Stylesheet.css file

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 641 1581

@RobertVTH 

You want to make sku text smaller.

Zworthkey
Shopify Partner
5581 641 1581

This is an accepted solution.

.sku label {
    font-size: 16px !important;
}

@RobertVTH 

Add this code in the Stylesheet.css file

Zworthkey
Shopify Partner
5581 641 1581

@RobertVTH 
if helpful like our Solution.