how to hide or turn off toggle top left
1 Answers
You can add the following code to the style.css file or Dashboard > Customize
.navbar-toggle.sidebar-toggle { display: none; }
Please login or Register to submit your answer
how to hide or turn off toggle top left
You can add the following code to the style.css file or Dashboard > Customize
.navbar-toggle.sidebar-toggle { display: none; }
Please login or Register to submit your answer