Home Forums WordPress Themes – Premium Preferential Hide images on mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17231
    Clive Struver
    Participant

    Hi,

    I have some images in the “Featured” positions on my site but would like to supress them when viewing on a mobile device. Can you advise how to do this?

    The site has just been started but teh address is: http://www.scmoments.uk/about-us/

    Thanks,

    Clive

    #22760
    Sushil Adhikari
    Moderator

    Hello Clive Struver

    If you want to remove front images completely on mobile device you can take help of media query. You can add this css on child theme style.css file to fix your issue

    @media (max-width: 480px) {
    	#pref-featured-top {
    	  display:none;
    	 }
    }

    Please let us know if we are understading fully or perhaps this is not what you meant for.

    Thanks

    #22762
    Clive Struver
    Participant

    Thank you. Perfect!

    #17232
    Sushil Adhikari
    Moderator

    You are most welcome Clive Struver, let us know if you got any queries regarding to our Styled Theme

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.