- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 Addon Related › Shopping Cart Template Fancy 2 Remove link/button
Tagged: fancy 2, shopping cart
How do I get the Shopping Cart Fancy 2 template to show the “Remove” button/link to appear like the example here: https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shopping-cart-templates-full-cart-display-options-3954
When I use this template my “Remove” is an Orange “Remove” button. I don’t want an Orange button and rather have it looking like the example in the link above.
Its likely a CSS conflict with the theme. Please share a link to the page where you have it so we can inspect it and give you some CSS tweaks for it.
Here is a link to the page..http://trojanleaguesandiego.com/?page_id=1321
Please use the following custom CSS code that will solve the issue:
.eStore_cart_fancy_2_remove{
color: black !important;
background: none !important;
border: none !important;
text-decoration: underline !important;
padding: 0 !important;
}
You can use a plugin like the following to inject the CSS code in your site:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Perfect! Thank you!