Color Section background image not showing on mobile. It shows as gray instead of the image.
Hi bemodesign,
This code in your Quick CSS is forcing the image to be removed on mobile devices:
@media only screen and (max-width: 767px) {
#top #wrap_all #main .avia-section {
background-image: none !important;
}
}
If you remove that code, the image should show properly.
Best regards,
Nikko
I added the CSS code but it still shows a gray box on mobile. Can you check my CSS code? I might have an issue in one of those already in there?
Hi bemodesign,
This is fixed, please check. :)
The cause of the issue was that code and removing it was the fix.
Best regards,
Nikko