[Resolved] Show featured image in mobile pages only

Home Forums Support [Resolved] Show featured image in mobile pages only

Home Forums Support Show featured image in mobile pages only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #978993
    maria

    I’d like to show featured images in mobile pages only. I’ve added the following CSS, but it’s not working for me. What am I doing wrong?

    @media (min-width: 769px) {
    	.page .featured-image {
    display: none;
    }
    }

    (For blog posts, I’d the featured images to always show.)

    #979000
    David
    Staff
    Customer Support

    Hi there,

    can you link me to a page where this is a featured image?
    You can edit your original topic and change the Site URL.

    #979128
    maria

    Oops… I had forgotten to save the featured image. The CSS does work after all. Apologies for the confusion.

    #979130
    David
    Staff
    Customer Support

    🙂 Glad to hear you got it resolved.

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