Home Forums WoodMart support forum Disable register option

Disable register option

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #533508

    studio84digital
    Participant

    Dear,

    I’ve setup woocommerce so the customer can only create an account while placing an order.
    I have no need for register links, only login.

    in the woodmart theme the login button is still “login / register” and the dropdown also still contains a link “create account”. The links just point to the login page.

    How can I disable this? See sceenshot in private.

    Regards

    #533617

    Hung Pham
    Keymaster

    Hi studio84digital,

    Thanks for reaching to us.

    1. Login / register text

    You can use LocoTranslate plugin to change the word. Please make sure you synced the strings first before translating WoodMart Core plugin and WoodMart theme. You can refer to article https://xtemos.com/docs-topic/theme-translation/

    2. Create account link

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .create-account-link { 
    display: none; 
    }

    Regards,

    #533681

    studio84digital
    Participant

    All works, thanks Hung Pham!

    #533850

    Hung Pham
    Keymaster

    Hi studio84digital,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Disable register option’ is closed to new replies.