Removing grey lines (around article)

Hello,

I’m writing in response to this question I made previously:

I tried the suggestion that was given to me. My pages are set to “default template”. When I changed to “No Container | Header, Footer”, it removed the sidebar completely… which I don’t want. All I want is the grey line to disappear (unless we can change the color of the grey line to white? That might be the better solution…)?

Here’s an example page: https://crisisequipped.com/disaster-preparedness/

Thanks for your help!
Nadia

Hello Nadia,

Thanks for writing to us.

To remove the border around the page container you can use this custom CSS code under Theme Options—>CSS

.page-template-template-blank-1 .entry-wrap {
box-shadow: none;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.