Home Forums Theme support Can´t change fontsize in WooCommerce category page title

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 7 years, 1 month ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • The fonsize of my titles on my category-pages is very large, but i can´t make them smaller.
    I have changed the H1-size in theme-options, but that didn´t affect Woocommerce.

    Hi,

    what theme do you use? Can you post a link to the exact page with the problem?

    The site is still under construction, but her is an example of a category: https://igolfers.de/kategorie/golfschlaeger/

    The product-pages also looks like crap.

    Hi,

    the font size Woocommerce is using for the headlines is “h2”, so you can change it with custom css or change the font-size for the “Headline 2” in the theme options.

    For custom css you can use this code:

    h2.woocommerce-loop-product__title {
    	font-size: 20px;
    	line-height: 1;
    }

    For the single product pages: what exactly is not working?

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.