Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #512938

    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?

    #512944

    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

    #513007

    Thank you, Elliott! Will do.

    #513016

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.