[Resolved] Separator between blog posts..

Home Forums Support [Resolved] Separator between blog posts..

Home Forums Support Separator between blog posts..

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #292180
    Elena

    I’ve done a search already and come across this solution:
    https://generatepress.com/forums/topic/border-around-widgets/#post-32984

    But it doesn’t seem to work for me.
    I tried to put it in simple css and additional css and nothing happened either one.
    Also, where can I learn how to add a simple graphic separator instead of hr line?
    Kind of new to this so I don’t even know what words to enter into google to search for it.

    #292196
    Leo
    Staff
    Customer Support

    Hi Elena,

    Sorry what are you trying to achieve here?

    Can you provide an example or/and link to your site if it’s live?

    Thanks πŸ™‚

    #292211
    Elena

    Ah, sorry if my post doesn’t make sense. Like this:
    https://s12.postimg.org/tjr3od5j1/Untitled_2.jpg

    Just a line (or graphic) automatically inserted between blog posts to separate them.

    eta: Well, technically after each post… so that once a new one gets posted there’s a line between it and the previous post, but not a line on top of the most recent post.

    #292218
    Leo
    Staff
    Customer Support

    Try this CSS:

    .post {
        border-bottom: 2px solid #ffffff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know

    #292227
    Elena

    Oh πŸ˜€ it works now!
    Perhaps it was working earlier but I just now noticed the color was white so I didn’t see it against my white background haha.

    Thank you!

    #292230
    Leo
    Staff
    Customer Support

    You’re welcome πŸ™‚

    #521991
    Marco Schurz

    I have added your code to Custom CSS but it is not working. What am I doing wrong? The website is http://fv-uffenheim.de/aktuelles

    #522086
    Leo
    Staff
    Customer Support

    You need to change the border color to something other than white as your background color is white.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.