Home Forums Basel support forum Register

Register

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #102067

    Manuel0211
    Participant

    I want it to only show “register” in the section create account

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

    Hello,

    This is Woocommerce template and I do not recommend to amend it. If you still want to, try this code:

    #customer_login div:first-child{
    display:none;
    }

    Best Regards

    #102310

    Manuel0211
    Participant

    Thanks, you could help me with the CSS code, to make it smaller and center it

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

    Hello,

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

    body #customer_login .col-register, #customer_login .col-register-text {
        padding-left: 20%;
        padding-right: 20%;
    }

    Best Regards

    #102513

    Manuel0211
    Participant

    Hello, the size is the same

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

    Hello,

    You have not added the code http://prntscr.com/m8sgx9

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

    body #customer_login .col-register, #customer_login .col-register-text {
        padding-left: 20%;
        padding-right: 20%;
    }

    Best Regards

    #102788

    Manuel0211
    Participant

    Thanks

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

The topic ‘Register’ is closed to new replies.