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

Home Forums Themes Support Claue Add ‘shopping cart’ icon to ‘Add to Basket’ button on site.

Viewing 1 reply thread
  • Author
    Posts
    • #41775
      vintagevibe.ca
      Support Expired

      Good day,

      I added below to Claue > CSS

       

      .add_to_cart_button::before {
      font-family: fontAwesome;
      content: “\f07a\00a0”;
      }

       

      Did not work, I just wish to add a font awesome shopping cart icon prior to text, please see attachment.

      Best.

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

      Hi,

      Please change your code to

      .single_add_to_cart_button.button.alt::before {
      	margin-right: 3px;
      	font-family: FontAwesome;
      	content: "\f07a";
      }

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