Disable register popup and link to a page in topbar

This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: balirina
    balirina
    Participant
    August 28, 2015 at 20:10

    Hello dear support team

    first of all I want to say a big thank you for your great support I don’t know if I would be so far without your great support forum!

    My question:
    I am using gravityforms for sign up as I need extra information. How can I disable the popup of “register” in the topbar and just link “register” to a normal page that I created for signing up. So if somebody clicks on register the get directed to the page www…com/signup ?

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 31, 2015 at 08:54

    Hello,

    Please add this code in custom.css:

    .register-link .register-popup {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: balirina
    balirina
    Participant
    September 1, 2015 at 14:41

    It worked for the popup but the link is still there. How can I make it not show?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 1, 2015 at 14:51

    Hello,

    You can use this code.

    .register-link{
       display: none;
    }

    Also you can disable top links (register and sign in) in Theme Options->Header.

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.