Archived topic
How to remove background images from the footer widget area and the footer area
1 reply · Started by Lynn on February 27, 2020
Viewing posts 1–2 of 2
Hi there,
I have placed images in the footer widget area and in the footer area so that the 2 images look like one continuous image on the page (http://lucilas1.sg-host.com/test-2/). I would like to remove these images on mobile. I tried several different css scripts but nothing worked. Would you be able suggest a way to do this?
Thank you.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.footer-widgets {
background-image: none !important;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.