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

    #65807
    @johnnetr

    Hi, how do you delete register button? Saw a similar topic on another theme, but could not find left-panel.php in OneSocial theme. Any suggestion?

    Answers

    #65877
    @anve

    Hi @johnnetr,

    Try by going to Settings > general . Now uncheck the ‘anyone can register’ option and SAVE.

    Regards
    Anve

    #65902
    @johnnetr

    Hi @Anve

    But that will disable the option “Sign Up” on the login overlay.

    #65966

    Anonymous
    @

    Hi @johnnetr

    You can add minor css to hide them.

    
    a.joinbutton {
        display: none !important;
    }
    

    Regards
    Varun Dubey

    #65972
    @johnnetr

    Hi, I put the code in custom CSS. But still the register button is there.

    #65973

    Anonymous
    @

    Hi @johnnetr, Try this:

    
    a.register.header-button.animatedClick.boss-tooltip {
    display: none !important;
    }
    

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Register button’ is closed to new replies.