WordPress
Remove footer from themes
- Go in to Theme Editor
- For Straford, open the Aria link
- Select footer.php
- Remove the php line between the #content and #page entries
</div><!-- #content --> <?php get_template_part( 'template-parts/footer/footer', 'content' ); ?> </div><!-- #page -->
Update The border in the header
Add the following to Additional CSS
.site-header{ padding-top: 16px; padding-bottom: 8px; }
Hide the page title for all pages
Add the following to Additional CSS
.page .entry-title { display: none; }