Hi @steviek13
Thank you for contacting Elementor Support.
Your issue is related to CSS Classes deletion that happened with the Elementor 3.25 version. I recommed checking the following developer documentation: https://developers.elementor.com/elementor-3-25-developers-update/
Websites that continue using deleted CSS class, can either use a search & replace plugin, replacing elementor-hidden-phone with elementor-hidden-mobile, or add a custom CSS to continue supporting this style:
@media (max-width: 767px) {
.elementor-hidden-phone {
display: none;
}
}
I hope this helps and resolves the issue.
Kind regards,
Hi Nemanja, thanks a lot for your help!
@nemanjat
How come this fix has only today been posted on the support forum, when there have been multiple previous threads highlighting this huge issue which must have affected thousands (if not millions) of sites using Elementor, yet the article you’ve linked to is dated 15th October??
We’ve been unable to update Elementor since the issue occurred on one of the many sites we manage, leaving them vulnerable to potential security risks and without the other tweaks & fixes which have been provided in the subsequent updates. It’s really not good enough, and the fix is so simple and has worked on all of the sites I’ve applied it to since I happened to see this thread earlier on. You really need to tell all users about this, without them having to happen upon the fix. Either that…or maybe include the 5 lines of CSS in an update, which could have been done weeks ago?!