- This topic has 1 reply, 1 voice, and was last updated 10 years, 8 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 Troubleshooting › eStore – custom add to cart button – border issue
When I use a custom button the field used to style the button is the same as all the “input” fields so it has a border when it shouldn’t and it looks icky having a border around the custom button.
I’ve tried changing the main theme css sheet “where the border is being defined”, and that got rid of the border for “input” but then the places where you enter coupon codes etc that should have a border, so you can see the fields so you can click inside them to enter coupon codes, numbers, or information, are gone.
Now this isn’t an issue if I don’t use a custom button, but it is if I do. Please help!
Is it possible to use something else besides “input” for the custom button and style it separately so it doesn’t affect all the other “input” fields?
Thanks,
link to the buttons in question – [http://nicoleaburns.com/workshops/]
never mind I fixed this issue by entering the following into the wp_eStore_custom_style.css file
.eStore-button-form input{
width: auto !important;
border: none
}
the “width: auto !important;” is redundant most likely since it’s in the main css already but it still works and this will most likely be a fix for almost anyone having the border issue around custom buttons
Awesome plugin BTW