Disable register dropdown on mobile - by alejandro52

This topic has 4 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler

  • Avatar: alejandro52
    alejandro52
    Participant
    June 25, 2021 at 13:57

    I have installed a wholesale plugin where the user can register as a wholesaler to see the prices. On the mobile version of the site at the login register button, when the user clicks on it, an option to reigster only with email is viewed. I want to either disable the registertration option with email or to not show the drop down and go to the login register page when the button is clicked, where the wholesale form is.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2021 at 07:28

    Hello,

    Theme Options > Header builder > Account > Content Type > None, or disable by ading the next code in Theme Options > Theme custom CSS:

    .et_b_header-account .et_b-tabs .et-tab:last-child {
        display: none;
    }

    Regards

    Avatar: alejandro52
    alejandro52
    Participant
    July 4, 2021 at 09:03

    I did both of what you wrote but none of them worked. I want the drop down on the mobile to be disabled and open the login/register page when the icon is clicked.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2021 at 09:47

    Hello,

    Could you provide temporary wp-admin access?

    Regards

  • 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.