- This topic has 5 replies, 4 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Question
Answers
Viewing 6 posts - 1 through 6 (of 6 total)
- The question ‘Register button’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Register button
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?
Hi @johnnetr,
Try by going to Settings > general . Now uncheck the ‘anyone can register’ option and SAVE.
Regards
Anve
Hi @johnnetr
You can add minor css to hide them.
a.joinbutton {
display: none !important;
}
Regards
Varun Dubey
Hi, I put the code in custom CSS. But still the register button is there.
Hi @johnnetr, Try this:
a.register.header-button.animatedClick.boss-tooltip {
display: none !important;
}
Regards