Home Forums Themes Support Gecko Remove all currency symbols

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #35017

      Hi,

      Is it possible to remove all signs of the currency until the person goes to the checkout area? Thanks.

       

       

       

       

       

    • #35021

      Hi Cairs,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .woocommerce-Price-currencySymbol {
      	display: none;
      }
      
      .checkout .woocommerce-Price-currencySymbol {
      	display: block;
      }

      Kind regards

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

    • #35022

      And go to WooCommerce > Settings > General > Currency change position of currency to left https://prnt.sc/qqj1um

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

Viewing 2 reply threads

You must be logged in to reply to this topic.