Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #416772

    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!

    #417003

    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

    #417496

    Worked like a charm, thank you sir! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide image on mobile only’ is closed to new replies.