Okay
  Public Ticket #1663973
Product title font size
Closed

Comments

  • Aissam34 started the conversation

    Hello,

    How can I change the font size of product titles in a category page and a single product page (Screenshot_2 & Screenshot_3) ?

    Regards,

  •  1,560
    Laborator replied

    By adding the following CSS to Custom CSS you will be able to change the font size for product titles:

    .woocommerce .products .product .item-info h3 {
        font-size: 15px !important;
    }
    .woocommerce .summary .product_title {
        font-size: 20px !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group