Hidden sections keep reappearing after saving new changes

Short description of issue

Hidden sections keep reappearing after saving new changes

Reproduction steps

Hello! Can someone help me with this?

I’m planning to hide/show sections in desktop and mobile view using Custom CSS. I was able to do it on my Hero section, and it also worked when I used it on different sections, but the sections keep reapppearing after I try to save other changes.

This is the Code I used on the hero section (It worked)


@media screen and (max-width: 750px) {
.Full Frame,
slideshow-component {
display: none;
}
}


I just change the group selector. How can i call/select a section for ex: Hero:Marquee without reappearing??
I’m just started learning shopify. Any tips po? TYSM!

Additional info

@media screen and (max-width: 750px) {
.Hero, {
display: none;
}
}


this was the code I used in Marquee section

What type of topic is this

Troubleshooting