Avada › Forums › Community Forum › WooCommerce product title size
Tagged: css, woocommerce, Title, product, font
-
AuthorPosts
-
Hi.
I’ve tried almost every combination of code. Nothing works. Could you please advise me how to resize the product title? Class is:
#main .fusion-woocommerce-quick-view-container .product_title, #wrapper #main .fusion-portfolio-content > h1.fusion-post-title, #wrapper #main .fusion-portfolio-content > h2.fusion-post-title, #wrapper #main .fusion-post-content > .blog-shortcode-post-title, #wrapper #main .fusion-post-content > h1.fusion-post-title, #wrapper #main .fusion-post-content > h2.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title, #wrapper #main .post > h1.fusion-post-title, #wrapper #main .post > h2.fusion-post-title, .single-product #main .product h1.product_title, .single-product #main .product h2.product_titleHi,
It’d be great to see your page to be sure, but this CSS code generally works for my Woo sites.
h2.woocommerce-loop-product__title { font-size: 5rem !important; /* Change 5rem to the size you want. */ }
Thanks!
Hi,
Try this instead.
h2.product_title { font-size: 5rem !important; /* Change 5rem to the size you want. */ }
This is just an estimate because I can’t copy/paste from your image nor can I test it on your site because I don’t have a link. So tweak as needed or ask a web dev to help you.
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.