Jump to content

How I Change Cart Block Icon


Recommended Posts

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:
 
Before
 .shopping_cart > a:first-child:before {  content: "\f07a"!important;}
 
After
 .shopping_cart > a:first-child:before { content: "\f099"!important;}
 
Hope this helps
 
Paul
      
     
     
Link to comment
Share on other sites

  • 5 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...