[Resolved] How to change size of title of product in Woocommerce

Home Forums Support [Resolved] How to change size of title of product in Woocommerce

Home Forums Support How to change size of title of product in Woocommerce

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #230977
    Geoffroy

    Hello,

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

    Please, How can I do ?

    Thank you very much

    #231007
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #231092
    Geoffroy

    On the shop page Tom πŸ™‚

    Thank you !

    #231103
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    .woocommerce ul.products li.product h3 {
        font-size: 25px;
    }
    #231123
    Geoffroy

    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 ?

    #231126
    Tom
    Lead Developer
    Lead Developer

    The product page is an H1, so it’s controlled by the H1 settings in the Customizer πŸ™‚

    #231128
    Geoffroy

    Thank you Tom !

    #231134
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #231195
    Geoffroy

    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 !

    #231337
    Tom
    Lead Developer
    Lead Developer
    #232885
    Geoffroy

    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

    #232934
    Tom
    Lead Developer
    Lead Developer

    That might be something you need to ask WooCommerce support as it has to do with their settings πŸ™‚

    #424765
    Iain

    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.

    #425218
    Tom
    Lead Developer
    Lead Developer

    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.

    #425328
    Iain

    ok no probs. Thanks for the advice.

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.