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 #2131779
Hide Image on Mobile
Closed

Comments

  •  1
    liliaf started the conversation

    Hello,

    I used this code to hide the image on the screengrab via mobile, but it isn't working anymore. It also needs to be hidden on this page: http://box5850.temp.domains/~waltonst/auto-glass-services/

    @media screen and (max-width: 860px) {div#tgpli-5d65caa5603ca.tgpli-inited.fullwidth-block-background {
    display:none;}}
    @media screen and (max-width: 860px) {div#tgpli-5d65cfe0850d6.tgpli-inited.fullwidth-block-background {
    display:none;}}

    Please help,

    LF

  •  7,092
    Oliver replied

    Hi,

    As I see you already removed it. Do you still need help?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .custom-bg .fullwidth-block .fullwidth-block-background {
        background-image: none !important;
    }
    5110651633.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    liliaf replied

    That worked, thanks!

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver