Tagged: color section, mobile
Hi support,
Is it possible to remove a color section background image on mobile but still keep the text boxes?
I would like to do this on the frontpage in the top.
Link: Lederuddannelse
Thanks.
/OKEI
Hey OKEI,
Yes that is possible, maybe the easiest way would be to duplicate it and then make the necessary changes to the new one? You can then select on which screens to show which sections in the element options.
Best regards,
Rikard
Hi Rikard,
I have tried this some months ago, but it turned out to give me two H1’s + two text boxes etc.in the source codes, so the website got problems with ranking/SEO on Google.
/OKEI
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #av_section_1 {
background-image:none !important;
}
}
Best regards,
Rikard
It worked – thanks Rikard :-)
Please close.