• Resolved gbowden

    (@gbowden)


    Since I’m using the latest posts for my front page I would like to remove the horizontal rule that’s placed between the posts. On some displays it can barely be seen so it looks like a huge white space between the posts. I would either like to remove the horizontal rule or make the horizontal rule that is there darker. If you could tell me where to find this I would appreciate it! Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi can you share a link to your website?
    Or at least, can you tell me if you use a grid layout or the alternate layout?
    Thank you ??

    Thread Starter gbowden

    (@gbowden)

    Hello again. The link: https://74.255.101.82/wordpress/

    We’re using alternate right now. Let me know what you think.

    -Greg

    In your custom css:

    .home .featurette-divider.__loop {
        margin: 20px;
        border: none;
    }

    to remove it but keeping a margin.

    .home .featurette-divider.__loop {
        border-color: black;
    }

    to keep it but changing the color ..

    Thread Starter gbowden

    (@gbowden)

    Yes once again! Thank you very much.

    You’re welcome ??
    If you solved would you mind marking this topic as solved?
    I wish you good work ??

    Thread Starter gbowden

    (@gbowden)

    Ok got it!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is there a /an easy way to strip out the horizontal rule between posts?’ is closed to new replies.