Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175031

    Is there a way to hide the featured image from posts when browsing from a mobile phone?

    Thanks!

    #175170

    Hi EPDeu!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { div.big-preview.single-big { display: none; } }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding featured image from mobile?’ is closed to new replies.