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
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
Hey Ismael,
!!! Yes it works like a charm!
Appreciate the fast help,
Have a great day!
Peter Knijff
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon