The footer text and link colors are weird, like an off white and pink. How could I make this a solid white for the footer text and link?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer p { color: #fff; text-shadow: none; } .footer ul li { color: #fff; text-shadow: none; } .footer ul li a { color: #fff; } .footer-bottom .copyrightinfo p { color: #fff; }