How do I remove the black lines which separates the sections? For example, just below the header there is a black line and then again, just before the footer. http://www.ereneesheehan.com is my test site.
Hi, In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Hope this helps.
#branding {
border: medium none;
}
#colophon {
border-top: medium none;
}
#colophon hr {
border-top: medium none;
}
I tried this but the bottom is gone but the top one had the line stripped back to being transparent or being able to see background image/color where the line was. I removed the first third of code…now bottom line gone…top line there like it was. How can I get rid of it?