I'm trying to change the 'Add to Cart' and 'Tell a Friend' icons but the one place I could find them didn't work.
Any help would be GREATLY appreciated!!
Thanks!
Amy
I'm trying to change the 'Add to Cart' and 'Tell a Friend' icons but the one place I could find them didn't work.
Any help would be GREATLY appreciated!!
Thanks!
Amy
Try your_template_name/buttons/english
Zen-Venom Get Bitten
Thank you so much Kobra!!! That was the right place.
Now, one more thing. Where do I go to get rid of the box around the 'Add to Cart' button?
You are so much help, awesome!
Amy
This can be controlled by your stylesheet...
Look for:-
Edit the "margin" line to suit your needs.PHP Code:#cartAdd {
float: right;
text-align: center;
margin: 1em;
To add to the post by fairestcape - in your stylesheet.css find the #cartAdd tag and the box around it is in the red highlighted line - you can remove it and no more box
Code:#cartAdd { float: right; text-align: center; margin: 1em; border: 1px solid #000000; padding: 1em; }
Zen-Venom Get Bitten
did I say "margin" ???
I meant "border!
Thanks kobra![]()