Site logo

Archived topic

Woo Product Title too big!

5 replies · Started by Nick on April 21, 2018

Viewing posts 1–6 of 6

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.

Hi there,

Check Customizer > Typography > WooCommerce.

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?

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/

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

No problem at all :)

Thanks for supporting GP!

This archived topic is closed to new replies.