- This topic has 4 replies, 2 voices, and was last updated 10 years, 1 month 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 › eStore: Customizing color for input fields on checkout page
Tagged: braintree, checkout, css, customization
Hi,
I’m installing eStore and the Braintree gateway add-on on a client’s site.
Her theme is coded to use white as the default text color (I wasn’t the designer). As a result, entering information in the checkout/payment page is difficult because the text is white on a white background.
I tried using firebug to find the appropriate css and wasn’t successful. Searching the forum didn’t turn up a usable answer either, although you helped me with a similar issue with eMember for a different client. I’m hoping you can point me to the correct custom css to add. The website is [http://outrageouslyblissful.com]
Also, I can’t seem to get the Braintree gateway to work unless I have the multiple payment gateways option enabled. Without that enabled, it directs to paypal even without the paypal option enabled. (There isn’t a caching plugin installed).
Thanks for your help here.
Hi, Do you have a page where I can add a product to the cart and test the checkout?
[http://outrageouslyblissful.com/transformational-products/]
Thanks. Please do these steps:
1) Install our Custom CSS plugin: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following piece of CSS code:
#estore_braintree_order_form_content input[type=text]
{
color: black
}
That code worked, thanks.
I didn’t need the css plugin as the theme has an option for adding custom CSS. I just added it there and it worked beautifully.
Thanks for your support.