Different Image for PC and Mobile

Posted in: Newspaper
Post count: 36

Hi,

I have added a background image to one of my category page.Please take a look at my category page(http://www.newsmug.in/category/special-page/nammuru).However I want to add different image in the background for Mobile.Could you please help me with this

Thanks
Anand

Post count: 22421

Hello Andy,
You can use this custom CSS to do it. Depending on the image you use, it may need a few adjustments.

@media (max-width: 767px) {
.backstretch{
background-image: url("YOUR IMAGE LINK HERE")!important;
}
.backstretch img{
display:none!important;
}
}

Thanks

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