Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. 1. If you want to remove only text of copyright Code: .footer_bottom .copy_right { display: none; } 2. If you want to remove footer area with copyright text. Code: .footer_bottom { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hey Leo, Paste the code given below in Custom CSS section (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer_wrapper { display: none; } Thanks, Praveen