• How can I remove the extra footer from my homepage?

    It seems that my homepage has an additional black footer line that goes about 3/4 of the way across the page, above the one that appears on every page and goes fully across. Ideally, there would only be the black bar going fully across the page. I recently changed my homepage to display a static page, which is when this showed up, but I noticed it is also present underneath my WPForm on my Contact page. I even tried removing the footer entirely, but to no effect.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hi @jujamills,

    Thanks for reaching out, and thank you for using Kale!

    Sorry to hear about the trouble. If you’d like to remove this in both of those two locations, you can add this CSS in Appearance > Customize > Additional CSS:

    .home .main-column hr:last-of-type, .page-id-19 .main-column hr:last-of-type {
        display: none;
    }

    If you have any trouble, just let us know.

    Thanks again!

Viewing 1 replies (of 1 total)
  • The topic ‘Extra footer bar on homepage’ is closed to new replies.