Hi,
We have this CSS in custom.css file
.products-grid .product .product-name {
font-size: 14px;
font-weight: 200;
}
.products-grid .product .price {
font-size: 20px;
font-weight: 300;
}
.single-product h2.product-name {
font-size: 20px;
font-weight: 200;
}
.single-product-page .product-info .price {
font-size: 20px;
font-weight: 300;
}
What if any controls the product price font size on the product page?
This here: https://screencast.com/t/rg3Yw51PPXc
As I have changed to 20px and nothing is happening on the site?
We have removed all cache tools as it is getting crazy that nothing changes on the site even though we adjust the CSS.
Thanks in advance.