Hi
I am trying to hide the background image on this page for mobile.
Or if I could get it to scale that would be great!
I have tried some different css I found in this forum but to no avail.
Thanks
Hi
I am trying to hide the background image on this page for mobile.
Or if I could get it to scale that would be great!
I have tried some different css I found in this forum but to no avail.
Thanks
Hi There,
Please add this on your Theme Options > CSS
@media (max-width: 767px){
.page-id-13 #x-section-1 {
background-image: none !important;
}
}
Hope it helps,
Cheers!
Thanks, that worked!
You’re more than welcome, glad we could help.
Cheers!