[Resolved] Woo Product Title too big!

Home Forums Support [Resolved] Woo Product Title too big!

Home Forums Support Woo Product Title too big!

  • This topic has 5 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #556528
    Nick

    One of my products has a title that is just slightly too long for the default margin width, so it pushes a portion of the title into two lines. Well, I don’t like how that looks. Is there a way to increase the margin width, or would you suggest to make the font smaller? Thanks.

    #556595
    Leo
    Staff
    Customer Support

    Hi there,

    Check Customizer > Typography > WooCommerce.

    #556660
    Nick

    OK, that worked for the “related Products” at the bottom of the page, but the font size slider in the customizer does NOT work for the main “Product title” – very strange. Any workarounds for that?

    #556715
    Leo
    Staff
    Customer Support

    Ahh the single product title is actually controlled by H1 in Typography > Headings.

    If you don’t want to change H1 globally, try this CSS:

    h1.product_title.entry-title {
        font-size: 15px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #556784
    Nick

    Man, you guys are good to me. Thanks so much! That worked like a charm!

    #556873
    Leo
    Staff
    Customer Support

    No problem at all 🙂

    Thanks for supporting GP!

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