Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #751129

    Hey davidgogel,

    Could you please link us to your site so we can take a look at the issue in question.

    Best regards,
    Jordan Shannon

    #751137

    Hi 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,
    Dave

    #751140

    Hi,

    Please try adding the following block to quick css

    #top .header_color input[type=’text’] {
    color:#000 !important;
    }

    Best regards,
    Jordan Shannon

    #751144

    Hi 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.

    #751147

    Hi Jordan —

    Would it make any difference if it was added under ‘Additional CSS’ under the ‘Customize’ option?

    #751148

    Hi,
    Can you attach your admin info here

    Best regards,
    Jordan Shannon

    #751150

    Admin info below – thanks.

    #751152

    Hi,

    The correct code has been added:

    #searchform div input {
    color: #000000 !important;
    }

    Best regards,
    Jordan Shannon

    #751153

    Perfect. Thanks.

    #751227

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.