Home Forums Themes Support Claue change icon and color = the cart , my acount, search etc…

Viewing 5 reply threads
  • Author
    Posts
    • #28653

      I need to change the style of shopping cart icons search etc. Does the theme have any alternative CSS source?

      Or some alternative way of being able to change images .svg

    • #28657

      Hi,

      Thank you for choosing our theme.

      Our theme use font icons you can choose icon at http://themes-pixeden.com/font-demos/7-stroke/ or https://fontawesome.com/v4.7.0/icons/

      Tell me which you choose, i will give you code to change.

      Kind regards

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

    • #28659

      i prefete font Awesome plis

    • #28666

      Please let me know which icons of FontAwesome you want replace for cart icon and search, etc…

      Kind regards

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

    • #28678

      the cart = fa-shopping-cart

      My acount = user

      search = search

      wishlist = heart

      the colors I would like to be able to change them from css, to see how they are going with the design.

      thx

    • #28684

      Hi,

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

      .jas-action i {
      	font-size: 24px;
      	font-family: FontAwesome;
      color: #222;
      }
      .pe-7s-search:before {
      	content: "\f002";
      }
      .pe-7s-shopbag:before {
      	content: "\f07a";
      }
      .pe-7s-user:before {
      	content: "\f007";
      }
      .pe-7s-like:before {
      	content: "\f004";
      }

      and change #222 with your color

      Kind regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.