Home Forums Themes Support Gecko Change icon

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #15604

      Is it possiple to change this icon to a shopping cart?

      Like this one: http://fontawesome.io/icon/shopping-cart/

       

    • #15611

      Yes, please add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS

      .pe-7s-shopbag::before {
      	content: "\f07a";
      	font-family: fontAwesome;
      }

      Best regards

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

    • #15753

      Thanks for all your reactions, everything is working.

      next questions:

      1. Is it possible to create a small searchbar next to the search icon? With text in it: zoeken… (search in dutch)
      2. Is it possible to change the number of items circle from black to red
      3.  Can i change the name HOT/NEW to other names?
        – I want to change Hot to !
        – I want tot change NEW to NIEUW
    • #15757

      Hi,

      1. Could you tell us which header layout you’re using?

      2. Please add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS

      .jas-icon-cart .count { background: red;}

      3. Please follow this topic to translate text in search field and “hot”, “sale” http://support.janstudio.net/forums/topic/theme-translation/

      4. If you want to change badge on menu, please add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

      html[lang="de-DE"] .jas-menu li.hot > a:after {
      	content: 'Hot';
      }
      html[lang="de-DE"] .jas-menu li.sale > a:after {
      	content: 'Sale';
      }
      html[lang="de-DE"] .jas-menu li.new > a:after {
      	content: 'New';
      }

      And change Hot, Sale, New as you want.

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