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

Home Forums Themes Support Gecko how can I ؟

Viewing 1 reply thread
  • Author
    Posts
    • #33526
      adelsamy
      Support Expired

      How can i add icon    Load More  (As pictured)

      So on any page I want, like the best-seller products page

       

      <hr />

      And also how I can change the shopping cart icon   (As pictured)

       

       

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

      Hi Adelsamy,

      1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .jas-ajax-load a::before {
      	position: absolute;
      	font-family: 'Pe-icon-7-stroke';
      	content: '\e6c2';
      	right: 35px;
      	font-size: 18px;
      }
      .jas-ajax-load a {
      	position: relative;
      	padding: 0 55px 0 35px;
      }

      2. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .pe-7s-shopbag::before {
      	content: "\e66e";
      }

      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.