Okay
  Public Ticket #1927446
Featured images
Closed

Comments

  •  1
    AstroFR started the conversation

    Hello.
    I would like to delete the first picture in the link. But I would like this image to be visible in the list of articles.

    Thank you so much.

  •  291
    Paul replied

    Hello!

    Please open the edit screen of the post then remove the featured image and save (screenshot: https://cl.ly/6c1cf4ab5a96 ).

    I hope it helps!

    Regards,
    Paul

  •  1
    AstroFR replied

    Hello.
    Thank you. I would like to choose a featured image but I don't want to see this picture at the top of the article.

    Any help ?

    Thank you.

    Quentin

  •  291
    Paul replied

    Hmm. So you would have to use custom CSS to hide the featured image in this case. Please try this code:

    .single .post-image {
        display: none;
    }
    

  •  1
    AstroFR replied

    Thank you so much! It's perfect !

    Quentin

  •  291
    Paul replied

    You're most welcome, Quentin! Glad I could help!smile.png