Hope you can help me with a problem. How can I hide a background image of all sections for small screen devices? I would only like to show the background color and content.
The following code is not working.
@media (max-width: 480px){
.no-bg-img .x-bg-layer-lower-image {
background-image: none !important;
}
}
You can view the view the website @ www.chielbos.info