Home Forums Free Themes Education Hub Change Color for Site Search Button and Hover

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #77670
    Derek Stadler
    Participant

    Hi!

    How do I change the orange color of the site search button and the blue hover? I tried custom CSS and the color options in the Customize section but haven’t been able to change either.

    Thanks,
    Derek

    #77698
    wensolutions
    Keymaster

    Hello @derekstadler,

    To change the color of the site search button please add below given CSS.

    .search-form .search-submit{
        background-color: #71ca1c;
    }

    Now to change the hover color of the button use below give CSS.

    .search-form .search-submit:hover {
        background-color: #2196F3;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Regards!!

    #77743
    Derek Stadler
    Participant

    Thank you very much!!!

    #77746
    wensolutions
    Keymaster

    Hello @derekstadler,

    Glad we could help you.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    #77772
    Derek Stadler
    Participant

    Hi!

    I added the code that you provided but it didn’t change the color. Just to recap, I am referring to the site search widget in the footer.

    Thanks,
    Derek

    #77779
    wensolutions
    Keymaster

    Hello @derekstadler,

    Can you please provide your site URL so that we can provide the precise fix.

    Thank you.

    Regards!!

    #77782
    Derek Stadler
    Participant

    Sure: http://18.232.149.139/

    It’s the site search in the lower right corner of the footer.

    Thanks,
    Derek

    #77783
    wensolutions
    Keymaster

    Hello @derekstadler,

    Please replace above given CSS with the CSS given below:

    #footer-widgets .search-form .search-submit{
        background: #c4262e;
    }
    
    #footer-widgets .search-form .search-submit:hover{
        background: #2a5d84;
    }

    Hope this helps.

    Regards!!

    #77784
    Derek Stadler
    Participant

    Perfect!

    Thanks for all your help,
    Derek

    #77786
    wensolutions
    Keymaster

    Hello @derekstadler,

    Glad to help you.

    If you have any issues further, please let us know.

    Thank you.

    Regards!!

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