Site logo

Archived topic

How to change size of title of product in Woocommerce

17 replies · Started by Geoffroy on October 1, 2016

Viewing posts 1–15 of 18

Hello,

I use Woocommerce, and I want to change the size of title of product.

Please, How can I do ?

Thank you very much

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 !

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.

This archived topic is closed to new replies.