• Resolved ak

    (@akafridealz)


    Hello,

    I would like to remove the black line between the gray footer and white content area.
    How can I remove this line?

    Regards,

    AK

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello akafridealz,

    Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.


    .footer-bottom .footer-bottom-container {
    border: none;
    }

    Hope this will helps you.

    Thanks

    Thread Starter ak

    (@akafridealz)

    Perfect! The black line is finally gone! Thanks so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the black line from the footer’ is closed to new replies.