How to hide a section on desktop using Impulse Theme?

Hi,

looking to hide this section on desktop

my site is https://luxurymrkt.com

Hi Luxurymrkt

Do you just want to hide this section on Desktop, not on mobile? Right

Yes

Hi @Luxurymrkt !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of theme.css under assets in theme code files;

@media only screen and (min-width: 769px){
.hero__text-wrap .page-width{
display: none !important;
}
}

Like thsi;

I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!

Best Regards;
PageFly

Hi I want to hide the whole section even the picture etc

Hi @Luxurymrkt !

Try this code;

Please paste this code at the bottom of theme.css under assets in theme code files;

@media only screen and (min-width: 769px){
.hero–650px {
display: none !important;
}
}

Like this;

1 Like

THANKS BUDDY!