Styling horizontal rule

Hi

I am working on a new site and am using the hr to divide my content but its displaying as white which isn’t good on my white background. I tried playing around with firebug but with no joy. Can you help me?

The page is http://jberri.wpengine.com/our-chiropractic-techniques/

Thanks Jo

Hi Jo! Thanks for reaching out and sorry you’re having trouble!

There two ways you could change the color of the separators. First would be this line of CSS:

hr {
    border-color: blue;
}

You can copy/paste that into the Code->CSS section of the theme settings.

The other option would be to rework your content in the builder and use the separator module to create the hr tags. You can set the color from the builder using the separator module.

Hope that helps. Let me know if you have any more questions. Thanks!