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

    Tried some of your suggestions found in Enfold-Forum. None of them works :-(

    (example:
    @media only screen and (max-width: 480px) {
    .home div#av_section_1 { background: none !important; }}

    Tried it in > General Styles > Main Content, Quick CSS
    and in Customizer > additional css

    I’m using Endolf Child (DE) and Endolf Child (EN). (WPML)

    Any idea ?

    • This topic was modified 6 years, 6 months ago by navi2014.
    #1056060

    Hey navi2014,

    Please try this CSS instead:

    @media only screen and (max-width: 480px) {
    .main_color {
        background: none;
    }
    }

    Best regards,
    Rikard

    #1056225

    Perfect !
    THANKS A LOT !

    #1056334

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove background image for mobile devices’ is closed to new replies.