Jump to content

<solved> change image of add to cart buttons


Recommended Posts

CSS for this button seems to be :

 

 

	#product_list li .ajax_add_to_cart_button {

	padding-left: 20px

}

#product_list li .ajax_add_to_cart_button span {

	display: block;

	position: absolute;

	top: -1px;

	left: -12px;

	height: 26px;

	width: 26px;

	background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent

}

 

Did you try it ?

Link to comment
Share on other sites

  • 1 month later...

CSS for this button seems to be :

 

 

	#product_list li .ajax_add_to_cart_button {

	padding-left: 20px

}

#product_list li .ajax_add_to_cart_button span {

	display: block;

	position: absolute;

	top: -1px;

	left: -12px;

	height: 26px;

	width: 26px;

	background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent

}

 

Did you try it ?

Where did you find this CSS? I tried searching the entire folder and I couldn't find a thing.
Link to comment
Share on other sites

  • 11 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...