Home Forums Themes Support Claue Change font size for product price

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #9103

      Hi,

      What’s the custom css to change the size of Product Price on single product page. Only on the detail product page.

      Thank you!

    • #9114

      Hi

      You can change size of product price on product page by add custom css

      .jas-wc-single .woocommerce-Price-amount.amount {
      font-size: 20px;
      }

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #9154
      This reply has been marked as private.
    • #9160

      Hi,

      You change prev code to

      .jas-wc-single .woocommerce-Price-amount.amount,
      .product-quickview .woocommerce-Price-amount.amount {
      font-size: 20px;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.