Okay
  Public Ticket #574027
Hide Featured image on blog pages / archives
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    How to hide the pictures on blog pages / archive pages, so we only have the title, meta + text preview?

    Thanks, best,

    Benoit.

  •  8,990
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .archive span.post-featured-img {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team