Reply To: Post Summaries in Latest News Section Not Displaying Correctly November 7, 2020 at 5:28 am #26851 Grace SupportKeymaster Hi, To solve this issue Go to the Appearance -> Editor -> style.css add below css code at the end of file .news-box p { display: none; } .news-box .poststyle { display: none; } .news-box { padding-bottom: 50px; } Regards Grace Themes