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

    Hi, as you can see here – http://screencast.com/t/LodJgDPlV0c – the background image in the new custom design demo doesn’t look good on smartphones. How can it be removed only on smartphones so it will just show the background color?

    Thanks.

    #690677

    That Image belongs to a color-section and on that demo page this color section got his own id so

    @media only screen and (max-width: 480px) {
    #service {
        background-image: none !important;
    }
    }

    play a bit with the 480px screenwidth
    If there is no ID make one ore give the color-section an own custom class

    • This reply was modified 8 years, 1 month ago by Guenni007.
    #690687

    Hi!

    Please refer to @guenni007’s post above.

    @guenni007
    Thanks as always :)

    Regards,
    Yigit

    #690734

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove a section background image only on smartphones?’ is closed to new replies.