Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,774
    Michael replied

    HI!

    pls. use following css:

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

     

    6707465710.png