By Schweizer on Monday, 09 February 2015
Posted in General Issues
Replies 1
Likes 0
Views 626
Votes 0
Hi all,

I tried numerous methods to change this famous blue toolbar of easysocial but it doesn't work.

I modified CSS files in the component and also in the template directly as indicated in others topics, but no one works. Only the button "continue" has taken the good color. But not the tool bar.

Many thanks for your help.

If you can tell me the best and easiest way to change it, it would be fantastic !

I don't know very well CSS, but I can change/add/delete files or content via FTP in CSS Files, even if I don't exactly understand what happen

Many thanks again.

Livio
Hi Schweizer,

Can you try put this css override code in your current Joomla template.

body div#fd.es .es-toolbar .fd-navbar-search{
background:#000;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query{
background:transparent;
}
body div#fd.es .es-toolbar .navbar-inner{
border: 1px solid #000;
background-image:linear-gradient(to bottom,#000 0,#000 100%);
}

Please give this a try and see if this resolves your issue. If you unable/this doesn't fix the issue, kindly please provide us with backend access and your FTP access so that we can help you apply this on your site.

Hope this help.
·
Monday, 09 February 2015 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post