I would like to change the footer text hover to red and the widget area to Black. please advise. Thank you!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer a:hover { color: red !important; } .footer-wrapper .footer { background:black; } Thanks & Regards Pramod