hide background img on mobile/tablets

Posted in: Newspaper
Post count: 6

Hello, how can I hide background img (layout switched to box mode) from mobile/tablet view? Want to see background only on desktop version. Is there anyway to do this?

Post count: 22421

Hello,

You can hide the background for tabled and < using this code:

@media (max-width:1140px){
.backstretch{
opacity:0!important;
}}

Add the code in the theme panel-> custom css box.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.