Hi, How do I remove the Widigetized footer? I have no need for it just yet and need it to be hidden. Regards, Gysie
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_columns { display: none; } .footer { display: none; } This will solve your issue.