Customizer

Yogo comes with tones of layout customizer option

Customizer

To Remove Customzier the theme change value in "src/assets/js/app-config.js".

To Remove Customizer in the theme change given below

var customizer = false;

Dark Layout

To make a dark layout in the theme change value in "src/assets/js/app-config.js".

To make Dark Layout in the theme change given below

var dark_mode = true;