remove image in mobile

Discussion in 'Blackriders WordPress Theme' started by greatscottfilm, Mar 13, 2016.

Thread Status:
Not open for further replies.
  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Can you write code to remove an image in mobile view only:

    I built a map that has hotspots on it that when you click them, it takes you to different links, nut in mobile it does not work so I would like to remove it when going to mobile version, is that possible

    you can see it here

    http://greatscottfilm.com/capitalwp/positions/

    thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .page-content .content-bar img {
        display: none;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    greatscottfilm likes this.
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1



    Priya, Thank you, it totally worked perfectly and is exactly what I needed. Great support, thanks again. Scott
     
  4. priya

    priya Guest

    You're welcome Scott..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page