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.
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:
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.
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!