Okay
  Public Ticket #605355
Blog Excerpt issue
Closed

Comments

  • Barry started the conversation

    Hello as seen in the attached image and on the URL, I have a blog section on this page and the excerpt is causing a problem, how do I hide the excerpt on this?

    Kind regards,

  •  8,470
    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) :
    .blog-recent .post-header~p {
        display: none !important;
    }
    /* OR */
    .blog-recent .post-header {
        display: none !important;
    }

    Best.




    ThemeNectar Support Team