By Gedas on Saturday, 19 April 2014
Posted in General Issues
Replies 9
Likes 0
Views 1.1K
Votes 0
Hello,

I want to change the frosty theme's toolbar color, how I can do that?

Thanks
Hello,

You should install Firebug on Firefox and inspect the elements to get a clearer picture of the DOM structure. You can customize it by adding your own set of css tools,


body div#fd.es .es-toolbar .navbar-inner
{
background: #000 !important;
}
·
Saturday, 19 April 2014 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
In which css file I should add those lines?
·
Saturday, 19 April 2014 13:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to add it into your template's css file. As I don't have the URL to your site, I do not know which template are you currently running on
·
Saturday, 19 April 2014 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Im using ja purity III
http://incircl.net/
·
Saturday, 19 April 2014 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. You can try adding them into /templates/system/css/system.css because it looks like JA Purity is also utilizing less for their css structure.
·
Sunday, 20 April 2014 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
It works, but it changed only main bar color, not everything
·
Sunday, 20 April 2014 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You need to add your own css codes. The codes I provided above is just a sample You need to install Firebug and inspect the element and copy the css selectors and add the css codes into your template's css file
·
Sunday, 20 April 2014 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, Ill try, thanks for helping!
·
Sunday, 20 April 2014 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 20 April 2014 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post