Hide Background on Mobile device
-
Hey Guys,
i like to hide the background image at the first page: http://www.patricio-cataldo.com
i used to the betheme / can you tell me how the css looks like?
I can Paste my ow custom CSS code for this page.Thx
The blog I need help with is: (visible only to logged in users)
-
Hey there,
give this CSS a try:
@media screen and (max-width: 800px) { element.style { background-image: none; } } -
thx for your reply. Where do i need to fill in the URL of the jpeg?
I got a option point to hide all backgrounds at mobile devices (but in this case i get a problem with the site “Über mich”)
-
Maybe I misunderstood what you needed.
I thought you wanted the background image to show up on a desktop/laptop, but NOT show up on a mobile device.
You already have the background showing up on desktop, if you put that code I gave you in your Custom CSS, the image will not show up on mobile devices.
-
-
-
-
-
- The topic ‘Hide Background on Mobile device’ is closed to new replies.