Hi
I have a section on a page for which I have given a class as follows:
For this section, I have specified a Background lower image.
For mobile devices, I wrote a media query to change the image as follows:
@media(max-width:480px) {
.gc-hdr-section .x-bg-layer-lower-image {
background-image:url(https://zhm.rxj.mybluehostin.me/wpcontent/uploads/2021/06/MicrosoftTeams-image-11.png);
}
}
Placed it in Theme Options -> CSS and tried both Page and Global.
However it doesn’t seem to change the image.
Could you advise what I am doing wrong?
thanks
Janak