Need help removing footer color + menu click over color - and the funny frame around the site that looks black just looking to have the site very simple and white
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-navi { background: none; } #menu li a:hover { background: none; color: black; } #menu li a:hover.selected{ background: none; color: black; } .container { box-shadow: none ! important; } This will solve your issue.