Okay
  Public Ticket #1885421
Removing Post Excepts On Front Page
Closed

Comments

  • aaronsalvato started the conversation

    Is there a way to remove all post excepts on a single page only? I am displaying a bunch of mini blogs on the front page, one for each category, but the different excerpts are throwing off the layout. No excerpts on this page would be more visually appealing. Can you help me?

  •  8,996
    Tahir replied

    Hey Again,

    Yes you can use these options : http://prntscr.com/mhtxgo . 

    Best


    ThemeNectar Support Team 

  • aaronsalvato replied

    Those options do not include the excerpt. 

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .masonry-blog-item .article-content-wrap .excerpt {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team