Hide Footer Background image on mobile
How to hide the footer background img on mobile?
@media (max-width: 320px) {
#colophon {
background-image: none;
}
}
doesnt work
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Mrright123321,
Try adding the following CSS to WP AdminApperanceCustom CSS:
@media (max-width: 550px){ #colophon.site-footer { background: none; } }You might also need to install the SiteOrigin CSS Editor.
Perfect. Thank you very much.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.