BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Remove login
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 5 months ago by Alyssa.
Question
May 31, 2015 at 6:17 am #40787@hugblueHi TJ
How do i remove the login from the top right (Just the Login text and blue color behind Login text) ?
And can it be done with functions.php so i can update theme without destroying this ?But also so the buddypress menu still works for our members.
I tried removing the Login text from the header.php but it didnt function quite well.
Because i want this removed is that it conflicts with a membership plugin i have.
Thanks.
Answers
May 31, 2015 at 6:47 am #40792@hugblueI have tried to do this : In header.php
Where I just removed the Login text.<a href="<?php echo wp_login_url(); ?>" class="button"><?php _e( '', 'buddyboss' ); ?></a>
But it still leaves a little blue square background. Which do not look that great and by clicking the blue background it still open the standard wordpress login screen. Which is not what I want.
May 31, 2015 at 9:24 am #40799@alyssa-buddyboss
AlyssaParticipant@hugblue try adding this to custom.css:
.site-header .header-account .button{display:none;}
NOTE: might need !importantMay 31, 2015 at 9:40 am #40801@hugblueIt remove the plugin text and so on.. Super.
But it also do so the buddypress menu is not being shown anymore ?
And my Members need the buddypress menu for easier access.May 31, 2015 at 12:11 pm #40806@alyssa-buddyboss
AlyssaParticipant@hugblue the above code has nothing to do with the BuddyPress menu. Are you certain you do not have any other code conflicting? Can you post a link to your site with the above code?
May 31, 2015 at 12:19 pm #40808@hugblueI am sorry.
It is the login module that is the problem.Your code did work.
Thanks a lot.
June 1, 2015 at 8:30 am #40832
- The question ‘Remove login’ is closed to new replies.