Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #767767

    Hi, I’m customizing the Church demo and need a little css help to change the color for the main menu search drop-down.

    View post on imgur.com

    The processing icon background color and the i icon color.

    • This topic was modified 7 years, 8 months ago by Jagrav.
    #767785

    Hey Jagrav,

    Please, to provide you the custom CSS code, I`ll need your website link, please.

    Best regards,
    John Torvik

    #767821

    I’ve got most of the CSS working now, but can’t figure out the top right processing button.

    #767932

    Hi,

    Please, may you share a screenshot about the “processing button”?

    Best regards,
    John Torvik

    #767981

    I’ve circled the search process background color I’d like to change:

    View post on imgur.com

    #768652

    Hi,

    I need to check your dashboard, so, may you share with me your WP credentials?

    Best regards,
    John Torvik

    #768975

    Here’s my admin login.

    #770135

    Any break-through on this?

    #770297

    Hi,

    Sorry for the late reply. These are the values you currently have, please change them to your liking:

    #searchsubmit {
        background-color: #ffca28!important;
        color: #ffffff;
        border-color: #e6b10f!important;
    }

    Best regards,
    Rikard

    #775755

    Sorry the above didn’t work. I just added #ffc107 to Enfold Child > Logo Area tab > Primary Color: #ffc107. In this case it works. The site in question has a 3 color scheme that distinguishes between different sections. Thank for your help.

    #775879

    Hi,

    You have this in your child theme CSS file, please edit it or remove it completely and the code I posted should work.

    div .header_color .button, .header_color input[type='submit'] {
        background-color: #ffca28!important;
        color: #ffffff;
        border-color: #e6b10f!important;
    }

    Best regards,
    Rikard

    #780731

    Thank you so much Rikard. That worked :)

    #780749

    Hi,

    Glad we could help!
    Thank you for using Enfold :)

    Best regards,
    Nikko

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