BuddyDev

Search

toggle the visibility of login/register buttons in header

  • Keymaster
    (BuddyDev Team)
    Posts: 24238
    Brajesh Singh on #38856

    Hi Sotiris,
    Thank you for the question.

    Is it for Community Builder theme? Please let me know and I will assist.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 47
    Sotiris on #38863

    Hi Brajesh,

    Yes, it is for the Community Builder theme. Let me know how can we accomplish it.

    Regards,
    Sotiris

  • Keymaster
    (BuddyDev Team)
    Posts: 24238
    Brajesh Singh on #38871

    Hi Sotiris,
    Thank you.

    The simplest solution will be using css. If you know the ID of the login page( I am assuming 5 here for example, Please change).

    Then, you can add the following css

    
    .page-id-5 .site-header-login-link {
      display:none;
    }
    
    

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved