Hello, I was wondering which CSS code to use to remove the image from the top section for mobile devices. The site URL is here: https://digitalsearchhero.com/ I tried with multiple codes, including this one: @media (max-width: 768px) {
.gb-container-c1f1455e {
background-image: none!important;
}
}
I don’t know how to check if the code is working, because right now I don’t see any changes. I have a cache plugin and I cleaned all the cache and everything looks the same. However, I noticed that in the incognito, the site looks broken, does anybody know what could be the cause? I pointed my website via Sucuri firewall, could that be an issue? It also displays like this in Firefox: https://ibb.co/1vd4FZk