June 19, 2015 at 15:59
#63873
Moderator
Hi,
Add this file ( header.php ) to your kleo child root directory.
Then in contact ,blog and member profile page the header will by hidden.
You can add or remove pages from line 69.
Example
COPY CODE
<?php if (is_page (array( 'contact', 'blog' )) || bp_is_my_profile() ) {
COPY CODE
<?php if (is_page (array( 'contact', 'another-page-slug' )) || bp_is_my_profile() ) {
Something like that,
Hope it's ok for you
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution