• Resolved Steve

    (@rjsteve)


    I would like to hide (ie, display: none:) the featured image on single posts and single pages on a mobile device. Is that possible?

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    Yes, you can do that with some custom CSS that looks something like this. Adjust to your own needs:

    @media screen and (max-width:640px) {
    #ilovewp-hero { display: none; }
    }

    I hope this helps.

    Best regards,
    Dumitru B.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide featured image on Mobile’ is closed to new replies.