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

    #40787
    @hugblue

    Hi 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

    #40792
    @hugblue

    I 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.

    #40799

    Alyssa
    Participant
    @alyssa-buddyboss

    @hugblue try adding this to custom.css:
    .site-header .header-account .button{display:none;}
    NOTE: might need !important

    #40801
    @hugblue

    It 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.

    #40806

    Alyssa
    Participant
    @alyssa-buddyboss

    @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?

    #40808
    @hugblue

    I am sorry.
    It is the login module that is the problem.

    Your code did work.

    Thanks a lot.

    #40832

    Alyssa
    Participant
    @alyssa-buddyboss

    @hugblue Great! I’ll close this out.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Remove login’ is closed to new replies.