need to hide "Layout" from Layout Options pop-up? how do I?
Hello Sumedh,
Thank you for your question. The Options pop-up is generated by the toolbar code. We provide the source code of the Flexmonster Toolbar which can be edited.
In such case, we recommend removing the layout part of the Options pop-up from the flexmonster.toolbar.js
file.
Please let us know if everything works fine for you.
Regards,
Dmytro
What if I am using it via CDN? @dmytro
Hello Sumedh,
In such case, you can simply add some CSS to hide that options: http://jsfiddle.net/flexmonster/b6fnovzL/
Hope it helps.
Regards,
Ian
Thanks @Ian! Works great!