Zebratone wrote: » I am looking for how to change the search box and search button colors. Can anyone help with some custom CSS?
.sm-search .sm-search-bar .sm-search-input .sm-form-field.sm-form-field-text-input { background-color:red!important; color:yellow; }
.sm-page-widget-search .sm-search-form .sm-form-field.sm-form-field-text-input { background-color:red!important; color:yellow; }
phaserbeam wrote: » What do you want to "change" on the search box? Some customizations can be found here... if you want to change the background color of the search bar on the /search-page: .sm-search .sm-search-bar .sm-search-input .sm-form-field.sm-form-field-text-input { background-color:red!important; color:yellow; } To change the background color of the search content block: .sm-page-widget-search .sm-search-form .sm-form-field.sm-form-field-text-input { background-color:red!important; color:yellow; }
Comments
What do you want to "change" on the search box? Some customizations can be found here...
if you want to change the background color of the search bar on the /search-page:
To change the background color of the search content block:
Thanks.