Hi there,
I'm trying to change the size of my title and price on my product detail page. I've tried using the Site Styles and the following CSS, however, nothing is working.
This CSS didn't work:
/* Product Block Titles */
.product-block .productDetails .product-title {
font-size: 1.8em;
}
/* Product Block Prices */
.product-block .productDetails .product-price {
font-size: 1.5em;
}