Jump to content

Change shopping cart icon


Recommended Posts

I would like to change my shopping cart icon from a font awesome icon to a png item, some who can help with it?

 

I use PS 1.6

 

I have uploaded a shopping bag icon to my cpanel. How do i make a link to it?

 

from cpanel:

 

.shopping_cart > a:first-child:before {
  content: "\f07a";                                 < I know I have to change this, but how do i make a link to the image in cpanel?
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 0 0 6px;                       < and this should also be changed to "0"
  width: 30px;
  height: 28px;
  background-color: black;
  color: white;
  position: absolute;
  left: 0;
Edited by Knuden (see edit history)
Link to comment
Share on other sites

  • 3 weeks 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...