Support » Theme: Kale » Footer black line

  • Hi,

    Is anyone able to advise me on how I get rid of the black line footer in Kale theme?Especially want it gone on the home page.

    Have tried adding Additional CSS from other forums and it hasn’t worked.

    Thanks in advance
    Niki

Viewing 1 replies (of 1 total)
  • Hi,

    Thanks for asking.

    You can remove the horizontal rule at the page bottom easily. Just access by the WP admin -> Appearance -> Customize -> Additional CSS and paste this code inside and save changes.

    .container hr {
        display: none !important;
    }

    It should work right away.

    If you have any other issues or requests for us, leave us a message at

Viewing 1 replies (of 1 total)
  • The topic ‘Footer black line’ is closed to new replies.