How to hide the header image from the Home page only on Mobile and Tablet

Hello,

I am using the freelance theme and I would like to hide the feature image from of the Home Page only in Mobile and Tablet version.

Thank you!

Hi,
Please share the details of which image we are talking about (screenshot, for example).

Hi,
Iā€™m referring to the background image. Please see the screenshot. The website is uptask.ro.

Thank you!

Is there anyone willing to help me?

Hi,
Please try this CSS snippet:

@media screen and (max-width : 1024px){ 
             .header-hero {
		      background-image: none;
             }
}
5 Likes

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