Remove Header on Profile

5.79K 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

Thanks a lot for your reply. I found a way to hide the cover via CSS as well 🙂 thanks and congrats!

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
0

I can’t really find how to do it 🙁 could you be a little more specific?

thanks a lot!!!