Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Remove green highlights and text on top of checkout page

Viewing 3 reply threads
  • Author
    Posts
    • #42059
      vintagevibe.ca
      Support Expired

      Good morning,

      See attachment, I want to display enter coupon. But I don’t want the green “Canada Zone” showing up. Also, this happens if I have a client from the USA. Instead it will show “USA Zone”.

      Best

      Attachments:
      You must be logged in to view attached files.
    • #42064
      Harry
      Support Expired

      Hi,

      Please add below code to claue > theme option > general layout > custom css

      .eael-woo-checkout .woocommerce .woocommerce-message {
      	display: none;
      }

      Kind regards

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

    • #42129
      vintagevibe.ca
      Support Expired
      This reply has been marked as private.
    • #42136
      Harry
      Support Expired

      Hi,

      Please change code to

      .eael-woo-checkout .woocommerce .woocommerce-message,
      .woocommerce-notices-wrapper .woocommerce-message {
      	display: none;
      }

      Kind 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.