• Resolved stevenng2018

    (@stevenng2018)


    I am sure the black color line is part of the theme, so to make it more clear, got to my website, and on each page, right at the bottom, there is a black color line floating around, I want to get rid off it, please guide me how to do it, thank you!

    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 stevenng2018,

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

    .after-content, 
    .custom-after-content, 
    .page-after-content {
      border: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter stevenng2018

    (@stevenng2018)

    Wow, thank you very much, AddWeb Solution Pvt., I have put the css code you suggested in the theme customizer, and it worked right away, yeah, it worked immediately, you are awesome, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I get rid off the black color line right at the bottom of each page’ is closed to new replies.