How to customise Nav Drawer in Boost using SCSS

How to customise Nav Drawer in Boost using SCSS

by Bill Wells -
Number of replies: 0

Hi

I found a way of selectively removing components from the nav draw in boost.

To remove site home (the second item in the nav draw

Add the following  to Raw SCSS

.list-group-item:nth-child(2){display: none;}

To remove calendar (The third item)

.list-group-item:nth-child(3){display: none;}

Hope this is useful to others using Boost

Average of ratings: Useful (3)