Okay
  Public Ticket #2574203
smaller font
Closed

Comments

  • fabioricc88 started the conversation

    How do i change the size of this font on the homepage? It is the showcase and the character of the products is a little too big. I would like to make it smaller

  • [deleted] replied

    Hi,

    Can you please send me your Wordpress credentials, because I need to login to your site and test this.

    To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.

    Thanks!

  •   fabioricc88 replied privately
  • [deleted] replied

    Hi,

    Please add the code below to your Custom CSS area:

    .woocommerce .products .product .item-info h3 a {
        font-size: 20px;
    }
    .woocommerce .products .product .item-info .price ins, .woocommerce .products .product .item-info .price>.amount {
        font-size: 16px;
    }

    Have a nice day!