Tagged: color section, enfold, mobile
I am sure someone has asked this before so please direct me to the post if they have. I can’t seem to locate it. My images in the color section background are too big on mobile – is there a way to hide them and substitute a different one for mobile or what is the solution for this issue?
Hi Suzi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Thank you, Elliott! Will do.
Hey!
Hmm, not sure if it will work but we can try. Add this to your custom CSS.
@media screen and (max-width: 767px) {
#av_section_2 .av-parallax { background-url: url("URL to your mobile image") !important; }
}
Cheers!
Elliott