Remove Header on Profile

5.82K viewsGeneral
0

Hi there,

is it possible to remove the header of the profile menu? I have ultimate member and introduced the menu page via shortcode, but now my user might have to introduce 2 headers.

Here you have a picture of the problem…

Any help would be great!

0

Copy anspress-question-answer/theme/default/user/user.php to YOUR_WP_THEME/anspress/.

Now open newly copied file and find:

<div class="ap-user-navigation clearfix">
	<?php ap_user_menu(); ?>
</div>

Remove snippet and save.

edited answer
You are viewing 1 out of 3 answers, click here to view all answers.