- This topic has 3 replies, 3 voices, and was last updated 12 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Buttons are outlined in Thesis theme
Tagged: custom button, Thesis
Can you help me make it so my add to cart button is not outlined with pale gray background (should be white)? I use the Thesis theme for my site. The page is http://www.mybusinesspresence.com/services/personalized-1-on-1-training/
I’ve already set the “width” to be auto in the custom css following other instructions here so I don’t think that’s it.
Thanks!
Hi,
Add the following code to the wp_eStore_custom_style.css file:
.eStore-button-form input {
padding: 0px !important;
border: none !important;
}
The above will remove those grey borders around your add to cart buttons
In addition to Peter’s answer, this post might help too:
That worked! THANK YOU!