Home Forums Themes Support Claue-Shopify Add to cart button

Viewing 1 reply thread
  • Author
    Posts
    • #22300

      Hi, I want to increase the size of add to card button and also change the colour and also placement, How i will do this(check in attachement, i want like this) .Thanks

      Attachments:
      You must be logged in to view attached files.
    • #22313

      Hi,

      Please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS

      .form__atc--action.flex {
      	flex-direction: column;
      }
      .form__atc--action .quantity,
      .form__atc--action .button--atc-ajax,
      .form__atc--action .quantity input.quantity__input {
      	width: 100%;
      	margin-right: 0;
      }
      .form__atc--action .button--atc-ajax {
      	margin-top: 15px;
      	background: #000;
      	border-color: #000;
      }
      .form__atc--action .button--atc-ajax:hover {
      	background: #000;
      	border-color: #000;
      }

      and change #000 with your color

      Best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.