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

Home Forums Themes Support Add to Cart Button

Viewing 3 reply threads
  • Author
    Posts
    • #35640
      izzywhizzy
      Support Expired

      1) How to change the colour and the size of the add to cart button on product page.

      2) MY social share and wishlist button does not load completely. they aren’t visible for clicking

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

      Hi,

      1,2

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

      button.single_add_to_cart_button {
      	background: #d8c052 !important;
      	color: #fff;
      	height: 40px;
      	padding: 0 35px;
      	line-height: 1;
      }
      .fa, .fas {
      	font-family: normal normal normal 14px/1 FontAwesome !important;
      	font-weight: 900;
      }

      and change #d8c052, #fff with your color and change 40, 35 with your number to change size of button.

      Kind regards

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

    • #35646
      izzywhizzy
      Support Expired
      This reply has been marked as private.
    • #35648
      Harry
      Support Expired

      Hi,

      I changed code to

      .fa, .fas {
      	font-family:FontAwesome !important;
      }

      and it work.

      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.