- This topic has 9 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Education Hub › Change Color for Site Search Button and Hover
Tagged: search button color
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
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!!
Thank you very much!!!
Hello @derekstadler,
Glad we could help you.
If you have any issues further then please let us know.
Thank you.
Best Regards!!
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
Hello @derekstadler,
Can you please provide your site URL so that we can provide the precise fix.
Thank you.
Regards!!
Sure: http://18.232.149.139/
It’s the site search in the lower right corner of the footer.
Thanks,
Derek
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!!
Perfect!
Thanks for all your help,
Derek
Hello @derekstadler,
Glad to help you.
If you have any issues further, please let us know.
Thank you.
Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |