[Resolved] Disable Featured image on mobile?

Home Forums Support [Resolved] Disable Featured image on mobile?

Home Forums Support Disable Featured image on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #232816
    Tom
    Lead Developer
    Lead Developer

    Something like this should work:

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

    Worked like a charm thanks!

    #233203
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.