[Support request] Hide text on featured post only

Home Forums Support [Support request] Hide text on featured post only

Home Forums Support Hide text on featured post only

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #836848
    Emmanuel

    I want my featured post to be composed only of the image. How can i make only the first featured post image dissapear ?
    Any ideas ? ๐Ÿ™‚

    #837137
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .featured-column .entry-summary {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

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