Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #579903

    Hi, can I change this somehow? Please explain where and what to do

    #580013

    Hi Jakob40004000!

    Add this to your custom CSS.

    .product_title { font-size: 30px !important; }
    

    Best regards,
    Elliott

    #634108

    Hi,

    I also have a problem with my products titles font size. It got bigger for some reason and when I add this code in the Quick CSS it only applies in the products’ pages and not in the shop page.

    Thank you

    #634127

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #634324

    Hi,

    Thank you for your response. As the website is incomplete, it is not public for the moment. I’ll write the access infos in private.

    #634542

    Hey!

    Please use the below css to alter the product name font size in product list and single product page.

    
    /* Product list */
    .product h3 {
        font-size:14px!important;
    }
    
    /* Single product */
    .summary entry-summary h1 {
        font-size:18px!important;
    }

    Cheers!
    Vinay

    #634650

    Vinay,
    Thank you Sir, it worked perfectly !!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Woocommerce product title change size’ is closed to new replies.