Okay
  Print

Tutorial remove some features from the editor

1. QR code

Please add this CSS to Custom CSS.

You go to Lumise --> Settings --> Editor --> Custom CSS https://prnt.sc/ts73fp

div#lumise-top-tools>ul.lumise-top-nav>li[data-callback="qrcode"] {display:none!important;}

2. Text effect(bridge …)

To hide the text art  you can go to ..\wp-content\plugins\lumise\core\includes\tmpl.php about line 108

https://prnt.sc/s6li6l  You can remove it.

3. Free and feature in category of clipart and template

Please add this CSS to Custom CSS

You go to Lumise --> Settings --> Editor --> Custom CSS https://prnt.sc/ts73ov

#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li {
    margin: 0 2% 2% 0!important;
}

#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li[data-id="{featured}"],

#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li[data-id="{free}"]{

display:none!important;

}
@media only screen and (max-width: 1024px) {
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li:nth-child(3n),
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li:nth-child(2n),
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li  {
   margin: 5px!important;
}
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul {
    padding: 14px 15px;
}
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li {
    width: 29.333333%;
}
}
@media only screen and (max-width: 440px) {
#lumise-left #lumise-x-thumbn-preview .lumise-categories-wrp ul li {
width: 47%;
}
}

4. Label free in item clipart, template

Please add this CSS to Custom CSS

You go to Lumise --> Settings --> Editor --> Custom CSS https://prnt.sc/ts73w8

#lumise-left ul.lumise-list-items li i[data-tag] {display:none!important;}

5. Powered by lumise

Please add this CSS to Custom CSS

You go to Lumise --> Settings --> Editor --> Custom CSS https://prnt.sc/ts7410

div#LumiseDesign div#lumise-navigations ul[data-block] span[data-sub="about"] p[data-view="powered"] {display:none!important;}

============================================================================

Hopefully some of the above guidelines will help you.