- This topic has 4 replies, 3 voices, and was last updated 3 years, 6 months 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 › Is this a CSS Issue?
First of all thank you for a great product…..I have installed The WP Estore plugin on our WordPress site, and I have come up with a bit of a problem.
In some of our products we require customer input (name) which we have implemented , however , when I click my mouse over the input box it turns white…
which is a problem as we have White Text. Please see sample Link below
[dartplayersaustralia.com/home/tour-card]
Is there a way I can change this without upsetting the rest of the site…
Thanks in advance
regards
Kevin
The “eStore_text_input eStore_collect_input” class is controlling that field. If you adjust that CSS class, it will affect all custom input fields. You can adjust the CSS for this field, using the method described here.
Thank you for your reply. I am a total novice when it comes to some sort of coding. Reading your reply, would I be correct in saying I look for the following? “eStore_button_display_helper.php” file and modify the code in that ? .
Kevin
Here is a CSS tweak that you can use to make the text color “grey” on the custom input field. You can add this CSS tweak to the “Appearance -> Customize -> Additional CSS” interface:
.eStore_collect_input {
color: grey !important;
}
The main issue is really a theme related issue. You can do the following test to verify:
Hi admin. That worked perfectly. Thank you very much.
Kevin