Hello
My client has asked me if it’s possible to remove the 4 pictures from the homepage (not the slider) from the responsive menu. He only wants the written titles to appear.
Is there a way to to do this? Your help is much appreciated.
Hey Sam!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.page-id-12 .av_one_fourth img {
display:none !important;
}
}
Regards,
Rikard
That worked perfectly!
Thanks for the great support.
Best
Sam