Home Forums Basel support forum Register and login

Register and login

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #109315

    Manuel0211
    Participant

    – They could remove the record and only show the access.

    – Also leave the access centered please.

    Attachments:
    You must be logged in to view attached files.
    #109388

    Hello,

    Navigate to Woocommerce > Settings > Account and disable Register option.

    Best Regards

    #109720

    Manuel0211
    Participant

    I just want to hide the registry, I could pass the css code. Please 🙂

    Attachments:
    You must be logged in to view attached files.
    #109749

    Hello,

    Please check the screenshot and follow the instruction http://prntscr.com/mq0pcv

    Best Regards

    #109750

    Manuel0211
    Participant

    I need it with css code, how would it be?

    I will use it to modify another parameter.

    #109896

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    .basel-registration-page .col-register{
    display:none;
    }
    .basel-registration-page div div{
    min-width:100%;
    } 
    body .basel-registration-page h2 {
        text-align:center;
    }

    Best Regards

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