Archived topic
How to change size of title of product in Woocommerce
17 replies · Started by Geoffroy on October 1, 2016
Hello,
I use Woocommerce, and I want to change the size of title of product.
Please, How can I do ?
Thank you very much
Hi there,
On the shop page (http://demo.generatepress.com/shop/) or the single product page (http://demo.generatepress.com/product/flying-ninja/)?
Let me know :)
On the shop page Tom :)
Thank you !
This should do it:
.woocommerce ul.products li.product h3 {
font-size: 25px;
}
It's work perfect !
Thank you Tom for this quick answer !
If I wants to change the same thing in product page : how can I do ?
The product page is an H1, so it's controlled by the H1 settings in the Customizer :)
Thank you Tom !
You're welcome :)
I have an other questions :
Is it possible to hidden widget if I am not in Catalog ?
I wants to install filter product, and I don't need this widget is show if I am in home page.
Thank you !
A plugin like this might help: https://en-ca.wordpress.org/plugins/display-widgets/
I try to change size of picture in catalog page but it's not work.
How can I do ?
(it's not work if I change value in WooCommerce option)
Thank you
That might be something you need to ask WooCommerce support as it has to do with their settings :)
Hi Tom - sorry to reopen an old post but it is related. How do i change the Product Title (on the product page) from <h1> to <h2> across all product pages.
That's typically not a good idea. The main title of the page - the product title in this case - should always be an <h1> element. If you need to change it, you would likely need to create a custom WooCommerce single product template.
ok no probs. Thanks for the advice.