Reply To: Disable Featured image on mobile?

Home Forums Support Disable Featured image on mobile? Reply To: Disable Featured image on mobile?

Home Forums Support Disable Featured image on mobile? Reply To: Disable Featured image on mobile?

#232816
Tom
Lead Developer
Lead Developer

Something like this should work:

@media (max-width: 768px) {
    .generate-page-header {
        display: none;
    }
}