By Adam on Saturday, 09 November 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 1.9K
Votes 0
I'm guessing I can change the color of the toolbar with some template CSS.

If so, could you please tell me exactly what CSS I need?
Hello Adam,

I am sorry for the delay of this reply as it is a weekend for us here. Yes you can change the toolbar for EasySocial, just apply the codes below and change the color that you like :

body div#es-wrap .es-toolbar .navbar-inner {
border: 1px solid yellow;
background-color: darkgray !important;
background-image: linear-gradient(to bottom,darkgray,gray) !important;
}

body div#es-wrap .es-toolbar .es-navbar-search .search-query {
background: darkgray;
}

body div#es-wrap .es-toolbar .es-navbar-search {
background: gray;
}

You can also refer to this link to change the icon image's colour http://solo30/components/com_easysocial/themes/wireframe/images/icon-toolbar-white.png

Hope this helped. Thank you

Have a great weekend.

Regards,
Apson Chom
·
Sunday, 10 November 2013 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks Apsom!
·
Sunday, 10 November 2013 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adam,

You are most welcome. Have a great weekend

Regards,
Apson Chom
·
Sunday, 10 November 2013 12:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post