By Nicole Bernd on Sunday, 01 March 2015
Posted in General Issues
Replies 5
Likes 0
Views 819
Votes 0
There is a menu on the left of easysocial with News Feed, Groups, Events, Applications etc. I was able to disable some blocks but it is still there.

Is there a way to completely remove this built in left menu? I want to create a custom menu on the right and don't want the left menu visible at all. Can't seem to find an answer in the forums or a place to remove this menu is settings.
Hello Nicole,

I am really sorry for the delay of this reply as it is a weekend for us here. Unfortunately it's not possible to turn this off currently but you can apply some css codes to hide those stuffs that you don't want.
·
Sunday, 01 March 2015 03:24
·
0 Likes
·
0 Votes
·
0 Comments
·
No worries Mark, and thank you. What CSS code is it that I need to apply, and where is the best place to apply it?
·
Sunday, 01 March 2015 04:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nicole,

I am really sorry for the delay of this reply as it is a weekend for us here. Assuming that your site is http://fitcommit.co/ , you can place the block of css codes below into your templates css file located in /templates/purity_iii/local/css/template.css or /templates/purity_iii/local/css/custom.css


body .view-profile .es-sidebar {
display: none !important;
}
·
Sunday, 01 March 2015 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I use Wireframe 1.2.0 is it possible to remove News Feed
·
Wednesday, 02 September 2015 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Patrik,

You can try the following css hack in order to remove the sidebar from your easysocial site.
body div#fd.es .es-container .es-sidebar {
display: none !important;
}
·
Wednesday, 02 September 2015 17:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post