wPaint icon indicating copy to clipboard operation
wPaint copied to clipboard

Remove menu

Open vincent-roth opened this issue 9 years ago • 1 comments

Hi, Is there a way to remove menu ?

vincent-roth avatar Oct 14 '16 07:10 vincent-roth

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.

abhijeetkoli31 avatar Aug 08 '19 06:08 abhijeetkoli31