By santi pink on Friday, 21 August 2015
Posted in General Issues
Replies 1
Likes 0
Views 428
Votes 0
Hi, where should I go to change the Timeless theme's toolbar color from black to the grey color like in Simplistic theme?

I went to this folder, but not sure which file to change and which part.

components/com_easyblog/themes/timeless/styles
Hey Santi,

I am not encourage you modify the core file for this custom styling purpose is because when you update to another new version, it will overwrite your custom style file to original.

Perhaps you can try apply this following css code in your current template css file and see how it goes?

div#fd.eb .eb-navbar-nav > li > a {
background: #eee !important;
}

div#fd.eb .eb-navbar-nav > li > a {
color: #666666;
}
·
Friday, 21 August 2015 02:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post