By Michael Schoeneis on Thursday, 15 March 2018
Posted in General
Replies 1
Likes 0
Views 635
Votes 0
Hi, i want to get rid of those toolbars above the stream (see screenshot) in charm, as i don't need them ( all i need is in docker).

i thought it can be done via deactivating easysocial toolbar module, but that seems to have no effect.

Can you advise?
Hey Michael,

The quickest way to hide this altogether is to apply the block of css codes below:

[gist]
body #es.si-toolbar {
display: none;
}
[/gist]
·
Thursday, 15 March 2018 21:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post