Hello how to change the color of the search button ? Color wish #e65834
I also have the problem of error every time I save an article.
I also have the problem of error every time I save an article.
#eb .mod-btn-primary:hover, #eb .mod-btn-primary:focus, #eb .mod-btn-primary:active, #eb .mod-btn-primary.active, .open .dropdown-toggle_#eb .mod-btn-primary{
background-color: #e65834 !important;
border-color: #e65834 !important;
}
#eb .input-group-btn .mod-btn-primary {
background-color: #e65834 !important;
border-color: #e65834 !important;
}
div#eb.eb-mod-search button {
color: #fff !important;
background-color: red !important;
border-color: red !important;
}
div#eb.eb-mod-search button:hover,
div#eb.eb-mod-search button:focus,
div#eb.eb-mod-search button:active {
color: #fff !important;
background-color: red !important;
border-color: red !important;
}
OK it works on the home page, but not on this page - https://www.bricotvalentin.com/blog/search/
#eb div.input-group .btn-primary {
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
#eb div.input-group .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary{
color: #fff !important;
background-color: #e65834 !important;
border-color: #e65834 !important;
}
The button Subscribe to our blog and become blue. --- And you can put it back in color # e65834, thank you.