Change the color or boldness of Horizontal Line

Hey team,

At the end of each of my posts, I place a horizontal line as a nice page break. However, the line is very hard to see. How do I change the color or boldness of this line to better match the lines that encompass the category at the top? Thanks! (ex. http://www.seedoftomorrow.com/vivid-idea-freedom/)

Holden

Hi,

Thanks for contacting us, try this css code and let me know if it works.

article.post .post-categories:after, .post-inner-content .cat-item:after, #secondary .widget-title:after {
    background: #333333;
    height: 4px;
}

Best Regards,
Support

Thank you for the quick response. While that code worked, unfortunately it changed the color of the underlines on the sidebar rather than the horizontal line at the bottom of the post. Any thoughts?

Hi,

Thanks for updating me on the issue, this code should do the trick.

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5;
    border-top: 2px solid #000;
}

Let me know how it turns out.

Best Regards,
Support

That did it. Thank you!

You are most welcome here :slight_smile:

Let us know if you have any other questions by creating seperate topic for it.

If you’re happy with our service, Please don’t forget to review & rate us in WordPress [Activello] Reviews | WordPress.org. :slight_smile: