Amit Ron Posted December 4, 2014 Share Posted December 4, 2014 How I change my home cart icon in prestashop 1.6.0.9.change content to image how pls tell me. 1 Link to comment Share on other sites More sharing options...
Paulito Posted December 4, 2014 Share Posted December 4, 2014 Hello Using PS 1.6.0.5 Default theme with fontawesome 3.2.1 Well, it would be great if your post was not written in large red text, it's a bit painful on the eyes. Anyway you can go to: global.css and add this code anywhere .shopping_cart > a:first-child:before { content: "\f07a"!important;} just change the the letters/numbers in RED Have a look at this page: http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/ Before .shopping_cart > a:first-child:before { content: "\f07a"!important;} http://screencast.com/t/YzZab67Bri After .shopping_cart > a:first-child:before { content: "\f099"!important;} http://screencast.com/t/uZ9iEqKT2 Hope this helps Paul Link to comment Share on other sites More sharing options...
pattyo Posted May 12, 2015 Share Posted May 12, 2015 and it is possible to have my own image there? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now