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?
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?
@thevista888
Kindly share your Store Url.
hii, @thevista888
Paste this code on top of the timber.scss file.
.product-description.rte p {
font-size: 20px !important;
}
Thank You.
@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!