Target text size WooCommerce Blocks
-
RE: https://heritagecountrypottery.com/
I have 3 WooCommerce Blocks ~
1. handpicked-products
2. category-products ~ (peter2-class)
3. category-products ~ (peter3-class)How do I target the text size for each?
Below is the css for them all… It does not seem to differentiate even though I gave each block a unique class in advanced settings?
edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
Top line (six images ~ handpicked-products)
Middle line (three images ~ category-products ~ [peter2-class])
Bottom line (four images category-products ~ [peter3-class])This was the target for shop page text and it works…
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
text-align: center;
font-size: 1em;
}The page I need help with: [log in to see the link]
- The topic ‘Target text size WooCommerce Blocks’ is closed to new replies.