Left side bar remove some data

ALBERT DICK Posted in General Discussion 2 years ago

enter image description herehi is there away to remove some items from the left side bar without removing them from the post bar like screen shot

Replies
Indonesian Arsalan Shah Replied 2 years ago

Right click on it and go to inspect elements in chrome each menu item have own class, then you can hide class using css example

 .menu-section-groups {display:none;}

enter image description here

gb ALBERT DICK Replied 2 years ago

can you share please

Dutch Manuel Atwater Replied 2 years ago

I have solution of this issue.