• Resolved vijaylearning

    (@vijaylearning)


    How do I remove the black footer that appears at the bottom.

    I could remove it from the home page by using this css code.

    body.home footer {
    display: none;
    }

    But, it doesnt remove the black bar from other pages.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for writing in,

    Could you please kindly follow this instruction:
    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add these CSS codes.

    div#top-footer {
        display: none;
    }
    div#bottom-footer {
        display: none;
    }

    Regards!

    Thread Starter vijaylearning

    (@vijaylearning)

    Thank you! That worked!

    Hi there,

    Thank you for writing in,

    We are glad that the issue has been resolved. If you have any queries then, please do let us know.

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove the black bar at the bottom’ is closed to new replies.