Skip to main content

Black bar at the bottom of page

Comments

2 comments

  • Marcus Vicente

    I notice it goes away when I change the page template ( from full width page to brizy, main example )

     

    It didnt used to be an issue.

    0
  • Ariel H.

    Hi Marcus,

    Thank you for contacting us.

    The black bar you mentioned seems to be originating from your theme. To resolve this issue, please check your theme settings and disable the Site Footer.

    Alternatively, you can disable it using custom CSS code:

    .footer-widgets .column, .site-info {
        display:none;
    }

    You can add this CSS code in the Appearance -> Customize -> Additional CSS section of your theme.

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    1

Please sign in to leave a comment.