Hello, i want to change the Cart Icon in the top bar, is it possible that instead of showing the basket icon and MY CART it only shows a shopping cart icon without any text ( see attach file) ?
Hello there, none of the icons from the ticket below works for me, which would be the icon that is like a shopping cart, i attach a file with some images of a shopping cart
Hello, where can i change the icon of the cart, i want to put a shopping cart instead of a basket
Best regards
Juan Puleo
Hello Juan,
Depend on which icon you are talking about, for example top bar icon and normal woocommerce product add to cart button are different.
Please give us more information about which icon you want to change.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello, i want to change the Cart Icon in the top bar, is it possible that instead of showing the basket icon and MY CART it only shows a shopping cart icon without any text ( see attach file) ?
Best regards
Juan Puleo
Hello Juan,
To change the icon you need to add custom css ( thefox > styling options ) :
.header_current_cart .cart-content-tb:before { font-family:\"\"; content:\"\";}
add the font family and the content needed for the icon you want to use.
To remove the text you will need to edit the header.php file
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello, i found out this code for the \"icon basket and MY CART\":
.cart-content-tb:before { font-family: \"imf\"; content: \"\\e0ce\"; }
what would by the the code if i want the shopping cart to appear instead of the basket
Best regards
Juan Puleo
Hello Juan,
We have a lof of icon for the shopping cart, try those settings :
{ font-family: \"imf\"; content: \"\\e0d0\"; }
{ font-family: \"imf\"; content: \"\\e0d1\"; }
{ font-family: \"imf\"; content: \"\\e0d2\"; }
{ font-family: \"elg\"; content: \"\\e013\"; }
{ font-family: \"elg\"; content: \"\\e079\"; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello there, none of the icons from the ticket below works for me, which would be the icon that is like a shopping cart, i attach a file with some images of a shopping cart
Best regards
Juan Puleo
Hello,
Check this screenshot and tell us which icon you would like to use
https://drive.google.com/file/d/0B4U2I7SLFLQYNUdNTGdvazJDMnc/view?usp=drivesdk
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Good day, in the attach file i selected the shopping cart that i like
Best regards
Juan Puleo
Then please use this :
{ font-family: \"Fontawesome\"; content: \"\\f07a\"; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello, the code that you send does not work
Best regards
Juan Puleo
Hello,
did you correctly add it after cart content class?
Check the first message you send us and you should see what need to be replaced
if that still doesnt work please give us a link to your website
Regard
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme