Hi,
I am looking at some code please to add to the bottom of my base.css file
Does anyone have code to change the font size of product description and font style as well if possible?
website:
Hi,
I am looking at some code please to add to the bottom of my base.css file
Does anyone have code to change the font size of product description and font style as well if possible?
website:
@RC94 , use this code
.product__description > p {
font-size: 1rem!important;
font-style: italic!important;
}
Result: