Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Kadence theme bug report: product title and add to cart typography issues with p

Home / Forums / Membership Forums / Kadence theme bug report: product title and add to cart typography issues with p

This topic is: Not a support question
[Not a support question]
November 7, 2020 at 2:58 pm

Hi,
1) Create a page
2) Add a product block. For example Hand picket products
3) Choose products and publish
4) Preview the site and compare the product title and add to cart (without button) title with the ones on your actual shop page. Both are smaller if using blocks.

Currently I am using this CSS to fix it.
.wc-block-grid__product .wc-block-grid__product-title {
font-size: 1.3em;
}
.wc-block-grid__product:not(.woo-archive-btn-button) .wc-block-grid__product-add-to-cart .wp-block-button__link {
font-size: 100%;
}

Can you confirm that on your side?

  • The forum ‘Membership Forums’ is closed to new topics and replies.