- This topic has 6 replies, 2 voices, and was last updated 14 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Can you help me Change the "Remove Item" Image to text?
In my shopping cart, I want to change the “Remove Item” icon to text that simply reads “Remove”. I don’t want to use an image.
I have tried to change this, but it keeps breaking the functionality.
Please advise. Thanks!
Search for the following in the “eStore_cart.php” file:
<input type='image' src='".WP_ESTORE_URL."/images/Shoppingcart_delete.gif' class='eStore_remove_item_button' value='Remove' title='".ESTORE_REMOVE_ITEM."' />
Once you find it change it to the following:
<input type='submit' value='Remove' />
That is pretty close. I just want it to be a text link .. not an actual button. Just text that reads “Remove”
In HTML a form must have a submit button. The button can either be an image or a normal button (not a link). There are ways to make the “Remove” button look like a text link with CSS but that is outside the scope of this support forum.
I see. They do it here, and I wanted the same thing:
[http://iwearyourshirt.myshopify.com/collections/may]
If you just want to get that same look the easiest option for you would be to replace the default “remove” image of the eStore with another image that says the word “Remove”. You can create an image with the word remove in photo-shop with any type of style.
I did just that. Not what I wanted, but it will have to work, I guess.