I was trying to get my footer to go while like the rest of the page I found a thread and pasted these in my custom CSS. But there is an annoying gray line above my footer area that messes everything, how can I get rid of that please? Check my website at Myndoscapital.com, top of footer on the landing page.. Thanks Batur .footer_wrapper { background: black; } .footer_wrapper a, .footer_wrapper{ color:white; } .footer_wrapper .footer h4 { color: white; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer_bottom { background: none!important; }
Great I have done that but now there is an ugly gray dotted line between the page and the footer, how can I get rid of that? This footer is quite stubborn it just wont go away with its format
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer_wrapper .footer_line { display: none; }