BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Delete Nav Bar on Registration Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #33514
    @flick-chicks

    Hi,

    I’m still getting used to CSS and can’t seem to get this right. I just need to remove the navigation bar on the top of the registration page. I’m assuming I’ll use “display:none;”. I just need the rest of the code.

    Thanks!

    Answers

    #33547
    @flick-chicks

    Got it to work using this code. Yay!

    body.registration nav#site-navigation {
    display: none;
    }

    #33550

    Alyssa
    Participant
    @alyssa-buddyboss

    Glad you solved this one.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Delete Nav Bar on Registration Page’ is closed to new replies.