Remove section upper layer background on mobile

Hello there,

i’m looking to remove a section’s upper layer background that use parallax on mobile screen.

I only found solutions about classic section background image and I assume there must be a specific way to do this since all the solutions I found didn’t work.

Thanks for your help

Hi @Reazle,

Thanks for posting in.

Please add this CSS to your global custom CSS.

@media (max-width: 767px) {
.x-bg-layer-upper-image {
display: none;
}
}

Unfortunately, this will hide all upper layer background, parallax or not.

Thanks!

That’s perfect.
Thank you !

If you need anything else please let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.