Hi Sue
The black bar is actually your footer container.
Since you are not using it you can add the following CSS to your custom CSS/child theme
.footer_container {
display: none;
}
All the best!
This might work in your custom css
.footer_wrapper {background: rgba(0,0,0,0.0);}
thank you so much for the quickreplies – alas I am not familiar with css. I am using a Photocrati theme and must have tweaked something that shouldn’t have been tweaked, possibly on the home page.
Hi Sue
Have a look at the following link:
http://members.photocrati.com/how-to-make-additional-style-edits-without-editing-style-css/
@claytonjames suggestion is great if you want to add footer content and want a transparent background.
My initial post will work great if you want to remove the footer altogether/ have no use for it which is what I gathered from taking a quick peak at your site.
The bar you see serves as a background for footer content so I don’t think you’ve done anything wrong.
All the best!