This topic has 10 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi,
When I create the contact page and I use the theme template (then I see the header CONTACT, then map, then the form), I would like to remove the header CONTACT (including “home/contact” below it and on the right “return to previous page”). Is this possible?
Thanks,
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Also provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Hi,
http://woodsignsdirect.com/contact/
And I want to remove this section: https://www.dropbox.com/s/ksclvw7nvcnf4co/Ember.png?dl=0
Hello,
You can do this in themes/legenda/woocomerce/contacts.php file. (line 95-104)
Please comment out this code:
<div class="page-heading bc-type-<?php etheme_option('breadcrumb_type'); ?>">
<div class="container">
<div class="row-fluid">
<div class="span12 a-center">
<h1 class="title"><span><?php the_title(); ?></span></h1>
<?php etheme_breadcrumbs(); ?>
</div>
</div>
</div>
</div>
Regards,
Robert Hall.
Hi Robert,
Thanks for that!
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
Hi again,
How can I remove the header, same issue than for the contact page, on this page: http://www.exclusivefashiondesigns.com/brands/cabanelas/
Thanks,
Hello,
You can remove the title and breadcrumbs using this code in custom.css file:
.title, .woocommerce-breadcrumb {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Hi,
Thanks, and I just realised there is a setting for that in the Header section of the theme settings.
Kinda overlooked that, but thanks again 🙂
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Remove contact page header’' has been successfully resolved, and the topic is now closed for further responses