Hello I’ll try to describe this as clear as possible because it is quite annoying me and I don’t know where this problem came from!
I’ve been making some changes on my theme over the past 2 weeks, mainly changing the mobile drawer menu design, this is how it ended up looking (luckily I took a screenshot so I can show you)
However 2 days ago I opened the theme editor as usual and everything was strange. Many of the changes I had made to the menu disappeared. In fact, ALL of its changes disappeared and my menu was back to the original version from 2-3 weeks ago before I made any changes.
Even a carousel I changed 1 or 2 months ago, which I managed to make it show 2 squares per page in mobile (it’s a custom carousel if I recall correctly, not the standard product one) was “sent back” to some kind of previous version, showing now only 1 image per page and I don’t understand why. Before(correct version)/After(happened because of this whole problem)
But here’s the surprise: I go into the code to check, and my changes ARE in still in the code. For example, very clearly, the code to remove the images on the menu and change the font style:
@media (max-width: 768px) {
/* Hide collection images in mobile menu */
.mobile-menu .menu-item img, .header-menu .menu-item img, .mega-menu img.collection-image, nav img[class*="collection"],
.menu-drawer img, .hdt-category-img img {
display: none !important;
}
.hdt-menu-link-text * {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 17px;
}
And yes before anyone asks, I checked 10 times to see if I’m on the same theme for both the editor and the code.
All of this makes absolutely no sense and I can’t think of any reason why this would happen or how to fix it.
Any ideas?





