I need to remove the footer-wrapper (area with 4 widgets) from all of the pages expect one, "Contact Us' page. The following CSS code removes it from every page.. .footer-wrapper .footer{ display:none; }
Hello, For that you have to remove the following code "<?php get_footer(); ?>" from the following files blog.php front-page.php page.php single.php template-fullwidth.php template-gallery.php You will get all these file in your theme directory or you can also search in your dashboard. Go to "Appearance -> Editor" you will get the files there. It will show the footer only in "Contact Us" page.