Hi –
I would like to set a different background image for the mobile view of the homepage of the site cr-nativenations.com
The existing image works well in desktop views but fails for a number of reasons on mobile.
I found the following code:
@media (max-width: 480px) {
.home #x-section-1 {
background-image: url(‘IMAGE URL GOES HERE’) !important;
}
}
But when I applied it in the customizer I saw no effect in small views and mobile testing.
Thank you in advance for your help – you guys have been great
Daniel