BuddyDev

Search

[Resolved] Removing cover image header from some page

  • Participant
    Level: Initiated
    Posts: 3
    Tom on #47277

    Hello!

    Thank you for this great support forum.

    I would like to remove cover image header from the settings page and from it’s subnavs.
    Is there any easy way to do that?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #47283

    Hi Tom,
    Welcome to BuddyDev support forums.

    Are you using BuddyPress or BuddyBoss? Also, which template pack and theme are you using?

    Please share the details and I will assist.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Tom on #47291

    Hi Brajesh,

    I am using BuddyPress with Reign theme and Nouveau template pack.

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #47298

    Hi Tom,
    Thank you.

    I am sorry, i am not familiar with that theme, so I am unable to provide a php snippet.

    Please try to use this css and see if it works.

    
    body.settings.bp-user #item-header {
    	display:none !important;
    }
    
    

    This is not the best one as it simply hides the elements but does not remove them from the actual markup but should serve your purpose.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Tom on #47317

    Hi Brajesh,

    Thank you so much! It works just as I hoped.

    Regards,

    Tom

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #47333

    Hi Tom,
    You are welcome.

The topic ‘ [Resolved] Removing cover image header from some page’ is closed to new replies.

This topic is: resolved