Hi @elisirdargan,
Greetings! Apologies for not getting back to you sooner.
We’ve reviewed your query, and it seems that your CSS is being cached by SiteGround. You can check that out here: https://d.pr/v/MbpPlP.
Could you please clear your cache from SiteGround and follow this guide: https://d.pr/GyyeZQ?
If the above steps still do not resolve the issue, you can also try the following custom CSS:
@supports (-webkit-appearance:none) or (-moz-appearance:none) {
.eael-lr-form-wrapper input[type=checkbox] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox !important;
}
}
You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw
Please check and let me know how it goes.
Thanks!
I tried following the guide, but nothing.
Then i tried adding that css code and it appears “almost correctly”, i mean the widht and height is correct, but now it seems overlying the original. (look atach)
For both form Login/registration
https://www.elisirdargan.com/wp-content/uploads/2025/03/Immagine-2025-03-01-224104.png
Hi @elisirdargan,
Thank you for sharing the details.
That does seem strange. Could you kindly clear the caches from your server end as well? If that doesn’t resolve the issue, you can address the overlapping issues by custom CSS.
@supports (-webkit-appearance:none) or (-moz-appearance:none) {
.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after {
display: none !important;
}
}
Please check and let me know how it goes for you.
Best regards,
Now with both css on, it’s working
@supports (-webkit-appearance:none) or (-moz-appearance:none) {
.eael-lr-form-wrapper input[type=checkbox] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox !important;
}
}
@supports (-webkit-appearance:none) or (-moz-appearance:none) {
.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after {
display: none !important;
}
}
Hi @elisirdargan ,
Thanks for the confirmation! I’m glad I could assist you.
If you have a moment, could you please take 30 seconds to leave us a review at this link: https://ww.wp.xz.cn/support/plugin/essential-addons-for-elementor-lite/reviews/#new-post?
I truly appreciate any help you can provide. Your feedback will help us improve and provide even better service. We are marking this thread as resolved, but you’re always welcome to re-open the topic
Best regards,