Okay
  Public Ticket #2529317
Remove login/sign up from header
Closed

Comments

  • Evandro started the conversation

    I've search all over the options to customize, but I was unable to remove the option "login/sign up" from the top header. I don't need that, please advise.

  •  1,626
    Andrey replied

    Hello, Dear Evandro!

    If you want to hide the login/sign up in the top of the Header, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .registration__toggle {
    display: none;
    } .fa-user:before {
      content: "\f007";
    display: none;
    }

    Best Regards!