By Paula Livingstone on Saturday, 19 November 2016
Replies 5
Likes 0
Views 536
Votes 0
Hi guys,

Great support as always.

I want to change the colouring of the toolbar to match my sites base theme more closely.

Could you point me to some documentation about how to do that please or alternatively describe the steps here?

thanks again,

Paula
Hello Paula,

Please do take note that our support policy does not include customizations. However, I will help you out just this once,

[gist]
/** Changing the color of the search in frosty **/
body #es .es-toolbar .o-navbar-search .o-navbar-search__query,
body #es .es-toolbar .o-navbar-search {
background: #666;
}

/** Changing the background color of the toolbar in frosty **/
body #es .es-toolbar .navbar-inner,
body #es .es-toolbar .es-toolbar-avatar {
background: #000;
border: 1px solid #000;
}
[/gist]
·
Saturday, 19 November 2016 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thats very kind, many thanks. Do you offer a paid option for the customisation etc?

Paula
·
Saturday, 19 November 2016 21:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, we do provide customization services and you may reach us at https://crm.stackideas.com for a quote
·
Sunday, 20 November 2016 15:38
·
0 Likes
·
0 Votes
·
0 Comments
·
which file should the code above be added to?
·
Sunday, 20 November 2016 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
It should be placed into your template's custom.css file if the Joomla template supports it.
·
Sunday, 20 November 2016 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post