[Support request] Blog post title only on mobile devices

Home Forums Support [Support request] Blog post title only on mobile devices

Home Forums Support Blog post title only on mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478162
    Ernest

    Thanks for the CSS code that helped remove the thumbnail images on the blog post when viewed on mobile devices.

    Next question. I’m working on a blog and I set the “Excerpt word count” to 20 words so only a sentence appears on the blog home page right below the title.

    However, how can I remove/hide the text on the blog post body when viewed on mobile devices so only the blog post title appears?

    #478307
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS should work:

    @media (max-width: 768px) {
        .entry-summary {
            display: none;
        }
    }
    #478330
    Ernest

    Thanks. It worked.

    #478343
    Leo
    Staff
    Customer Support

    No problem 🙂

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