This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hello how to turn off signup popup? i want this button to just redirect to signup page, without popup.
Hello,
Add this code in Theme Options > Custom CSS:
.top-links .register-popup {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up