Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2534661
Remove Images in Responsive mode
Closed

Comments

  • ayb124 started the conversation

    I want to remove this background as attached when i browse it from mobile ( responsive ) only 

    and keep it when i browse from desktop

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    @media(max-width:767px){
    #link3 .fullwidth-block-background {
        background-image: none !important;
    }}

     

    6707465710.png