Okay
  Public Ticket #283152
Post Excerpts
Closed

Comments

  • Chad started the conversation

    I would like to remove the excerpts completely. That way all the post are on the same level and not pushed up or down depending on how long the excerpt may be. 

  •  8,839
    Tahir replied

    Hey Chad!

    Add this into the Custom CSS box located in your Salient Options panel :
    .content-inner .excerpt {
        display: none !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Chad replied

    Here's a screen shot of my custom CSS Code box. I put this code in and still shows the excerpts. 

  •  8,839
    Tahir replied

    Hey Chad!

    I see a red cross in the css box. Please place a ending curly brace before the content inner. 

    Thanks


    ThemeNectar Support Team