Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #377755

    Hi there,

    Is there a way to disable a custom background image for a color section when it’s viewed on a mobile? At the moment the image works fine on desktop, but clashes badly with my text when on mobile. Alternatively, is there a way to disable a textbox specifically on mobile?

    #377900

    Hey Shatteringdesign!

    Thank you for using Enfold.

    Add a unique id on the color section using the For Developers: Section ID field. Use “hide-bg-mobile” for example then add this on Quick CSS:

    @media only screen and (max-width: 767px) { 
    #hide-bg-mobile { background: none !important; }
    }

    Cheers!
    Ismael

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