Hi,
Do you have some ideas how to configure the Module Image Show pro used as a slider for the home, to just load a color background in mobiles instead pictures?
Thanks in advance.
@media only screen and (max-width:640px) {
.gkIsWrapper-gk_photo .gkIsSlide {
display: none;
}
.gkIsWrapper-gk_photo {
background-color: pink;
}
}