I am having an issue where the color of some menu items is white and I can’t figure out which color setting to change. I’ve tried changing many different color settings with no positive results.
I am referring to a problem on this page on my site:
In the expiration/ccv menus no text appears. I know it’s working but it just does not show any text.
Hey djstangl,
There are a few ways to go about it. The color is set in theme options somewhere. I would remove background color from the inputs or make the color a bit lighter. The code below does that.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
background-color: #e3e3e3;
}
If you need further assistance please let us know.
Best regards,
Victoria