Home › Forums › Support › Disable Featured image on mobile? This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 6, 2016 at 8:03 am #232786 sjoerd89 Hi there, is there any way too disable featured images on mobile devices? Maybe it is as easy as adding some CSS but i can’t see the class for the featured images. Have a nice day, Sjoerd October 6, 2016 at 9:00 am #232816 TomLead Developer Lead Developer Something like this should work: @media (max-width: 768px) { .generate-page-header { display: none; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development October 6, 2016 at 11:52 pm #233074 sjoerd89 Worked like a charm thanks! October 7, 2016 at 8:38 am #233203 TomLead Developer Lead Developer You’re welcome 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In