By Goodwin mankomba on Friday, 21 November 2014
Posted in General Issues
Replies 2
Likes 0
Views 843
Votes 0
hi
can anybody help me where to find a code on how to change the top tool bar color from blue to any color that i want

below is the snapshot of the toolbar i want to change

Regards
Goodwin
Hello,

You will have to create a template override. Have a look at this post, it should help:

http://stackideas.com/forums/%7Bsolved%7D-color-change-in-easysocial
·
Friday, 21 November 2014 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Goodwin mankomba ,

Sorry for late reply to this,

Can you try add following the css code and see how it goes?


body div#fd.es .es-toolbar .navbar-inner{
background: #000 !important;
}

body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: #000 !important;
}

body div#fd.es .es-toolbar .fd-navbar-search {
background: #000 !important;
}



by the way, thanks for sharing aikigi
·
Friday, 21 November 2014 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post