Home Forums UnTheme Bullet Change font-size and icons

Viewing 3 reply threads
  • Author
    Posts
    • #59792

      JelmerPWN
      Participant

      Dear Sir/Madam,

      How can I change the font-size of WooCommerce Short Description and titels of the products?
      How can I change the size of the cart icon and search function?

      Yours faithfully,
      Jelmer

    • #59829

      Maria Do
      Keymaster

      You can use Extra Fonts option in theme options to add font-style for the component you want to change:

      http://prntscr.com/pe4kxr

    • #59937

      JelmerPWN
      Participant

      But only the font weight and style, not the size.

    • #60045

      Maria Do
      Keymaster

      You can use Custom CSS code to change font-size. You can use Custom CSS plugin to add css code.

      For example:
      body.woocommerce div.product .product-details .product-details-inner .product-summary .product-title .product-title-cat h3 {
      font-size: 25px!important;
      }

      Hope this helps!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.