Home › Forums › Basel support forum › Product description page › Reply To: Product description page
September 22, 2018 at 7:24 pm
#78522
Elise Noromit
Member
Hello,
This is possible to change with the custom CSS:
/*description text*/
.woocommerce-product-details__short-description p{
font-size: 22px;
color:red;
}
/*title*/
.product-image-summary .entry-title{
font-size: 22px;
color:red;
}
/*price*/
body .product-image-summary .price span {
font-size: 22px;
color:red;
}
Change 22px and “red” as per your needs and add the code to the Theme settings > Custom CSS.
Best Regards