- This topic has 3 replies, 3 voices, and was last updated 8 years, 3 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 › eStore – borders around add to cart and download now buttons
I’m getting borders around my add to cart and download now buttons. I got some code from the forum and it has fixed the black border around the add to cart button. I’m still getting the black border around the download now button.
Both buttons still have a faint gray area around the buttons. Here is the code I put into wp_eStore_custom_style.css:
.format_text .eStore_add_to_cart_button {
border-width: 0;
}
.eStore-button-form input {
padding: 0px !important;
border: none !important;
}
Example of download now button problem:
[http://www.petlossgriefcare.com/free-grief-support-for-you/]
Example of add o cart button problem:
[http://www.petlossgriefcare.com/my-animal-companion-is-dying/]
I am using the Thesis theme.
Your help with this would be greatly appreciated.
Thank you.
Hi, Try this piece of code and see how it goes:
.download_now_button input.download_now_button_submit{
border: none !important;
}
That fixed the download now button problem. Can you give me some similar code for the add to cart button? Thank you.
I am not seeing a border around your add to cart button. Have you already applied some CSS tweaks for it?