Reply 355939 to: After adding product it won’t loading icons

Avatar: Rose Tyler
Rose Tyler
Support staff
May 8, 2023 at 12:20

Hello,

Thank you for getting in touch with us.

To remove the loading effect on Elementor widgets and show them at once, the next custom CSS code can be used:

body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before, .etheme-elementor-lazy-button:before, .elementor-widget.etheme-loading:before {
    display: none;
}
body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme] > .elementor-widget-container, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-] > .elementor-widget-container {
    opacity: 1;
    visibility: visible;
}

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.