Hello. I want to hide this area (see this picture http://bit.ly/1e9jpqx) from my site http://kalugaspectehnika.ru
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .footer_widget { display: none; } This will solve your issue.