Product title font size

edited April 2017 in WooCommerce
Hi there,

I have been using the following custom CSS to set the appearance of the woocommerce products on my site.  However, after a recent update the font size CSS stopped working and now the title is way too small.

.custom-products .woocommerce ul.products li.product .desc h3 { font-size: 30px !important; }
.custom-products .woocommerce ul.products li.product .desc h3 { margin-bottom: 10px !important; }
.custom-products .woocommerce ul.products li.product .price { font-size: 25px !important; }
.custom-products .woocommerce ul.products li.product .price { margin-bottom: 10px !important; }
.custom-products .woocommerce ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
}

Site link below:

REDACTED

Could you please correct the CSS to make the product title fonts bigger?

Thanks.

Comments

Sign In or Register to comment.