-
AuthorPosts
-
February 23, 2017 at 10:07 pm #751072
Hi —
Looking but can’t find a previous question matching my need.
I am in need of the Custom CSS that will only apply to the color of the text that gets input to the Search Box. Currently the Search Box background is light, and the input text is light. I need to either add a custom css to change the background of the Search Box or the color of the text that a user inputs — either option would work. This Custom CSS would only apply to the Search Box/Input Field — and not effect any of the primary or secondary color settings.Thanks
February 24, 2017 at 12:35 am #751129Hey davidgogel,
Could you please link us to your site so we can take a look at the issue in question.
Best regards,
Jordan ShannonFebruary 24, 2017 at 1:04 am #751137Hi Jordan —
The link is: http://www.doryfleet.com
Currently the background of the Search Box is #eeeeee and the text color when entering a search item/phrase is #ffffff (I’m guessing on the callouts but either way it’s not readable.
The header, footer and drop downs are all set as desired, but if I could either make the background blue, or the input text blue it’d be readable.Thanks,
DaveFebruary 24, 2017 at 1:18 am #751140Hi,
Please try adding the following block to quick css
#top .header_color input[type=’text’] {
color:#000 !important;
}Best regards,
Jordan ShannonFebruary 24, 2017 at 1:28 am #751144Hi Jordan —
I’ve added it into the Quick CSS box under General Styling, but it hasn’t changed. Text color entered into the Search Box is still white on a #eee background.
February 24, 2017 at 1:32 am #751147Hi Jordan —
Would it make any difference if it was added under ‘Additional CSS’ under the ‘Customize’ option?
February 24, 2017 at 1:35 am #751148Hi,
Can you attach your admin info hereBest regards,
Jordan ShannonFebruary 24, 2017 at 1:44 am #751150Admin info below – thanks.
February 24, 2017 at 1:48 am #751152Hi,
The correct code has been added:
#searchform div input {
color: #000000 !important;
}Best regards,
Jordan ShannonFebruary 24, 2017 at 1:52 am #751153Perfect. Thanks.
February 24, 2017 at 5:04 am #751227Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.