Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Remove menu #116

Open
vincent-roth opened this issue Oct 14, 2016 · 1 comment
Open

Remove menu #116

vincent-roth opened this issue Oct 14, 2016 · 1 comment

Comments

@vincent-roth
Copy link

Hi, Is there a way to remove menu ?

@abhijeetkoli31
Copy link

Yes you can hide menus by using css.
$('.wPaint-menu-icon-name-clear').css('display', 'none');
$('.wPaint-menu-icon-name-rectangle').css('display', 'none');
$('.wPaint-menu-icon-name-ellipse').css('display', 'none');

Just see class of that menu and use this css.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants