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

Home Forums Themes Support Claue Checkout and Cart – Change button color

Viewing 3 reply threads
  • Author
    Posts
    • #36667
    • #36670
      Harry
      Support Expired

      Hi Jure,

      Thank you for choose our theme and your kind words.

      1. You can change color of all button by add below code to Claue > Theme Option > General Layout > Custom CSS

      a.button, .jas-ajax-load a, button.button {
      	background: #222;
      	border-color: #222;
      	color: #fff;
      }

      and change #222 and #fff with your color

      2. You can change footer logo in Widgets > Footer #1 and change path

      http://janstudio.net/claue/demo/wp-content/uploads/2016/10/logo-2x.png

      with your logo path.

      Kind regards

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

    • #36671
      Harry
      Support Expired

      Hi,

      Thank and wish you get more sales.

      Please change prev code to

      a.button:not(.add_to_cart_button), .jas-ajax-load a, button.button {
      	background: #222;
      	border-color: #222;
      	color: #fff;
      }

      and add more for cart bubble

      .jas-icon-cart .count {
      	background: #222;
      }

      Please reply on our support forum topic that will help us easy to track all of your issues and help you faster.

      Thanks and regards

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

    • #36672
      Harry
      Support Expired

      You’re welcome! Feel free contact us again if you need more help.

      Please add more code

      .jas-mini-cart .checkout.button {
      	background: #56cfe1;
      }

      and change #56cfe1 with your color

      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.