Home Forums Themes Support Claue mini cart price

Viewing 1 reply thread
  • Author
    Posts
    • #9632

      Hi,

      how do I change the font size for product price displayed in mini cart & the Subtotal price in mini cart. Both will have different font size. I just want to target the mini cart.

      Thank you!

    • #9644

      Hi,

      Please use the CSS code below

       

      .jas-mini-cart .quantity { font-size: 20px; } /*font size for normal price*/
      .jas-mini-cart .woocommerce-Price-amount.amount { font-size: 20px; } /*font size for subtotal price*/

      Cheers,
      Foster

Viewing 1 reply thread

You must be logged in to reply to this topic.