Dear Valued Customers,

As the Lunar New Year approaches, the Lumise team would like to extend our heartfelt gratitude for your continued trust and support throughout the past year.

We would like to inform you of our schedule during the Lunar New Year holiday:

In the meantime, you can access the following resources for assistance:

We appreciate your patience and understanding during this festive season. Regular operations will resume on February 3, 2025 (UTC+7).

Wishing You a Happy Lunar New Year!

May this new year bring you prosperity, happiness, and success. We look forward to continuing to support you and help you achieve your goals in 2025.

Warm regards, 

The Lumise Team

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.