- This topic has 1 reply, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 Tweaks › eStore – remove Add to Cart border after click
When I click “Add to Cart”, a light blue border appears. I want to get rid of this but can’t figure out where it is in the code. Could you help?
To see it live, first go to [login info redacted]
Then go to Page URL: [http://rallyhub.wearewoman.us/order-breakfast-lunch/]
Thanks!
Hi, I believe you are referring to “outline”. This line is automatically drawn around elements (outside the borders) by a browser to make the element stand out. You can do the following to override it:
1) Install our WP Custom CSS plugin: http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add this CSS code to the settings menu of the plugin:
.eStore_button {outline:0;}