• Hi

    I have a black bar accross my homepage and don’t know where to go to get rid of it

    Your help much appreciated

    thnx

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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);}

    Thread Starter sueeliz

    (@sueeliz)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘BAR accross homepage’ is closed to new replies.