We're merging with GenerateBlocks! Learn more here.

[Resolved] hide excerpt on mobile

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support hide excerpt on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8735
    Alessio
    Participant

    Good morning Tom,
    is it possible to display only image and title on mobile, and image title AND excerpt on desktop?
    Thank you in advance, as usual, for your support
    Alex

    #8747
    Tom
    Keymaster

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .wp-show-posts-entry-summary {
            display: none;
        }
    }

    Let me know 🙂

    #8750
    Alessio
    Participant

    Hi Tom

    perfect, working as I needed.

    Thank you as usual
    Alex

    #8778
    Tom
    Keymaster

    You’re welcome 🙂

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