Is there a way to change this blue toolbar to another color?
Thanks,
Josua
Thanks,
Josua
Mark wrote:
Hello Josua,
Perhaps if you can give me the URL to your site, and let me know what color you'd like to change to and I will create the css codes and let you know where you could place them?
/** To customize the main color of the toolbar **/
body div#es-wrap .es-toolbar .navbar-inner {
background-color: #00948A !important;
background-image: linear-gradient(to bottom, #00948A, #00948A) !important;
border: 1px solid #00C7AB !important;
}
/** To customize the search area in the toolbar **/
body div#es-wrap .es-toolbar .es-navbar-search .search-query,
body div#es-wrap .es-toolbar .es-navbar-search{
background-color: #00B6AD !important;
}