Remove Line in Content Area

I would like to remove the line (<hr>) that is in the main content area just below the header but cannot figure out how to do so. Any help would be appreciated!

Hi @cnorman76,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

Kind Regards,
Movin

Here is a link:
http://juneaucf.org/2015_wordpress_site/index.php/about-us/

It is the line that is in the background of the main content area and it is behind the left navigation as well.

Thank you so much!

You can try removing it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


body.page .post-inner-content {
    border: 0;
}

Thank you! That worked.

You are most welcome here :slight_smile: