Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 14, 2013 at 12:52 pm #175031 EPDeuParticipant Is there a way to hide the featured image from posts when browsing from a mobile phone? Thanks! October 14, 2013 at 5:37 pm #175170 YigitKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Hiding featured image from mobile?’ is closed to new replies.