• Hello!

    I like your theme. It is the best.

    But I have a Problem. I am using Woocommerce and I don′t find where can I change the product title size in Product page Archive.

    Product Title and Price.

    It is not show in Typography settings.

    Thank you

Viewing 1 replies (of 1 total)
  • Hi,

    You can change the title and price size by adding the below code from Appearance > Customize > Custom CSS.

    .woocommerce ul.products li.product li.title a {
        font-size: 20px;
    }
    
    .woocommerce ul.products li.product .price .amount {
        font-size: 20px;
    }

    PS- You can change the code and font size as per your need.

Viewing 1 replies (of 1 total)
  • The topic ‘Font size from Woocommerce Archive page?’ is closed to new replies.