Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1266769

    Hi Team,

    I need some help with the following,

    When you visit the website: http://www.crystalsmgmt.com
    you notice that the images are very small when you visit the site responsive.
    I need them to dissapear but the section must be shown except for those images, only dissapear on mobile.

    How can I fix this? with code? because all the codes I tried and searched dont seem to work.

    All the best,

    Peter

    #1268032

    Hey peter85,

    Thank you for the inquiry.

    Which images are you referring to? If you are talking about the background images of the color section, try to use this css code to hide them on mobile view.

    @media only screen and (max-width: 767px) {
        .avia-bg-style-scroll {
    	background-image: none !important;
        }
    }
    

    Best regards,
    Ismael

    #1268377

    Hey Ismael,
    !!! Yes it works like a charm!
    Appreciate the fast help,

    Have a great day!

    Peter Knijff

    #1268553

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide Section Image when visiting site on mobile (Responsive)’ is closed to new replies.