Title: Remove line separating posts in post list
Last modified: May 6, 2024

---

# Remove line separating posts in post list

 *  Resolved [the-me](https://wordpress.org/support/users/the-me/)
 * (@the-me)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/remove-line-separating-posts-in-post-list/)
 * Hello folks, I have an absolutely stock standard 2024 theme, and I want to remove
   the line separating the posts (see screenshot). I have no clue how to do this,
   and I tried pretty much _everything_. (sorry for not providing a link, the home
   page is private – but i _promise_ it’s a stock 2024 theme, just after me trying
   to get rid of those things once and for all – _MORE_ than happy to completely
   reset it if needed).
 * i marked the separators with an arrow. really – how can i get rid of those? I
   find them unbearably ugly.
 * thanks for all
 * ![](https://i0.wp.com/i.ibb.co/GMK4HBN/separators.jpg?ssl=1)
    -  This topic was modified 2 years, 1 month ago by [the-me](https://wordpress.org/support/users/the-me/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Felipe Velzani](https://wordpress.org/support/users/felipevelzani/)
 * (@felipevelzani)
 * [2 years ago](https://wordpress.org/support/topic/remove-line-separating-posts-in-post-list/#post-17768988)
 * Hi there,
 * Were you able to find a solution?
 * Something like that should help:
 *     ```wp-block-code
       .wp-block-group-is-layout-constrained .wp-block-separator {
           display: none;
       }
       ```
   
 * You can add this CSS by going to the Site Editor, then Styles. There you can 
   click on the three-dot icon (kebab menu), and go to Additional CSS:
 * ⌊https://d.pr/i/Yox1tm⌉⌊https://d.pr/i/Yox1tm⌉
   Full Size: [https://d.pr/i/Yox1tm](https://d.pr/i/Yox1tm)
 *  Thread Starter [the-me](https://wordpress.org/support/users/the-me/)
 * (@the-me)
 * [2 years ago](https://wordpress.org/support/topic/remove-line-separating-posts-in-post-list/#post-17780292)
 * [@foosantos](https://wordpress.org/support/users/foosantos/) AMAZING! the lines
   are gone :)) . although it doesn’t look as nice as I thought 😆 , now you see
   all the other areas where things don’t quite line up.
 * FYI I “intuitively” (read: simply tried) modified the CSS to be …
 *     ```wp-block-code
       .wp-block-group-is-layout-constrained .wp-block-separator {
           border: none;
       }
       ```
   
 * … otherwise it also removed all the spacing between the posts in the query loop.
 * Thank you so much! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove line separating posts in post list’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentyfour/1.5/screenshot.
   png)
 * Twenty Twenty-Four
 * [Support Threads](https://wordpress.org/support/theme/twentytwentyfour/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentyfour/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentyfour/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentyfour/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [the-me](https://wordpress.org/support/users/the-me/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/remove-line-separating-posts-in-post-list/#post-17780292)
 * Status: resolved