Site logo

Archived topic

Disable Featured image on mobile?

3 replies · Started by sjoerd89 on October 6, 2016

Viewing posts 1–4 of 4

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

Something like this should work:

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

Worked like a charm thanks!

You're welcome :)

This archived topic is closed to new replies.