What would be the best way to override the template? How can I disable menu from the nav bar? thanks.
You could look into this gem: https://github.com/DefaceCommunity/deface and add some hooks to remove the menu object.
You can also either modify our SCSS code directly, or override it by adding custom CSS scripts from admin panel -> design -> custom script. The latter option works also in our hosted version.
1 Like
Where can we find the scss files?
You can find them from app / assets / stylesheets.
1 Like