By John Whelan on Saturday, 08 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 681
Votes 0
I'd actually like to switch off the background entirely.
Hello John,

The only way to do this is to apply your own custom css codes for the toolbar module.
·
Saturday, 08 March 2014 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi John,

Good afternoon,
I did this by adding this css to the file:

templates/"yourtempate"/HTML/com_easysocial/styles/style1.css

body div#es-wrap .es-toolbar .navbar-inner {
border-bottom: 1px solid transparent;
border-radius: 0px;
border-top: none;
border-left: none;
border-right: none;
background-color: transparent;
background-image: none;
}

It makes the background transparent, so it will get the color of your template.

Regards,
Danny
·
Monday, 10 March 2014 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Danny
·
Monday, 10 March 2014 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post