• Hello- How would I remove the image on this landing page, but only for the mobile view? The page can be seen here. Any help is appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mrme123,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    @media all and (max-width:480px){
    .mobile-img{
    display:none
    }
    }

    Hope this will helps you.

    Thread Starter mrme123

    (@mrme123)

    This worked perfectly from what I can tell. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing an image from mobile view’ is closed to new replies.