• Resolved the-me

    (@the-me)


    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

    • This topic was modified 2 years, 1 month ago by the-me.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Felipe Velzani

    (@felipevelzani)

    Hi there,

    Were you able to find a solution?

    Something like that should help:

    .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
    Full Size: https://d.pr/i/Yox1tm

    Thread Starter the-me

    (@the-me)

    @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-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.