Minimal theme: How to change the description font size on product page?

Solved
thevista888
Explorer
65 0 22

Hello, I tried this code ;

.product-single__description{ font-size: 12px; }

and it didn't work. 
I use Minimal theme, is there any other way?

Accepted Solutions (2)

Accepted Solutions
dmwwebartisan
Shopify Partner
11326 2417 3483

This is an accepted solution.

@thevista888 

Please try this code 

.product-description{ font-size: 12px !important; }
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

hii, @thevista888 
Paste this code on top of the timber.scss file.

.product-description.rte p {
    font-size: 20px !important;
}

Thank You.

View solution in original post

Replies 6 (6)
Zworthkey
Shopify Partner
5581 642 1535
dmwwebartisan
Shopify Partner
11326 2417 3483

@thevista888 

Please try this code 

.product-single__description{ font-size: 12px !important; }
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
11326 2417 3483

This is an accepted solution.

@thevista888 

Please try this code 

.product-description{ font-size: 12px !important; }
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

hii, @thevista888 
Paste this code on top of the timber.scss file.

.product-description.rte p {
    font-size: 20px !important;
}

Thank You.

thevista888
Explorer
65 0 22

@dmwwebartisan The second code you posted worked. Thank you so much.
@Zworthkey Your code worked perfectly too, but I put it to bottom of theme.scss.liquid, didn't try top of the timber.scss.liquid. Thank you so much!