This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi,
How can I remove the login and registration pop-ups from the top-bar section.
I just want to leave “Sign-in” , “Register” as simple links
Thanks
Hello,
Please try to add this code in Theme Options > Custom css:
.register-popup, .login-popup {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up