How do I change the color of the bottom footer text to black. Also want to change its background to white.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_bottom{ border-top: none; background: white; } .footer_bottom p { color: black; } Thanks & Regards Pramod