BuddyBoss Home – Web Support Forums Themes Boss. theme How to Delete Register and Login on the Header

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

    #47079
    @kharmabali

    Hi,

    I’d like to delete the “REGISTER” and “LOGIN” on the header of the theme while user is not logging in.
    How can I do this?
    I’d like to have “REGISTER” and “LOGIN” in my main page body with some shortcode of a membership plugin so my guest will only be focused on that.

    Thanks in advance,
    Arda

    Answers

    #47086
    @vapvarun

    Hi @kharmabali, you can modify the header.php or use following css

    
    .right-col .register, .right-col .login {display:none !important;}
    

    Regards
    Varun Dubey

    #47090
    @kharmabali

    Thank you soo much,

    Its working like a charm.

    #47093
    @vapvarun

    🙂 Glad, i will close this
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How to Delete Register and Login on the Header’ is closed to new replies.