Hi there I was wondering how to hide an image on mobile only, the one I want to hide is on my home page, its the image with the wrench and screwdriver on puzzle pieces, under “services we provide”. Any help would be appreciated, thanks!
Hey Brutalben!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.page-id-734 .avia-builder-el-22 .avia-image-container-inner{
display:none !important;
}
}
Regards,
Rikard
Worked like a charm, thank you sir! :)