Don't show images in mobiles - Module Image Show

GK User
Fri Aug 12, 2016 2:33 pm
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.
User avatar
Expert Boarder

teitbite
Sat Aug 13, 2016 1:33 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:640px) {
.gkIsWrapper-gk_photo .gkIsSlide {
display: none;
}

.gkIsWrapper-gk_photo {
    background-color: pink;
}
}
User avatar
Moderator

GK User
Mon Aug 15, 2016 1:11 am
Thanks for your help teitbite. It works perfect!
User avatar
Expert Boarder

teitbite
Fri Aug 19, 2016 12:54 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron