wPaint
wPaint copied to clipboard
Remove menu
Hi, Is there a way to remove menu ?
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.