Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home .footer_top_container { display: none; } .home .footer_container { display: none; } .home .bottom_footer_container { display: none; } This will solve your issue.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard, instead of previous provided code. Code: .footer_top_container { display: none; } .footer_container { display: none; } .bottom_footer_container { display: none; } This will hide the footer from all the pages.