Home Forums WoodMart support forum Login form

Login form

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #321982

    Lisawi
    Participant

    Hi,

    in the login form I have one text in central axle set and the other left-aligned.
    How can I make both left-aligned? And edit appearence?

    Greetings,
    Lisa

    #322085

    Hello,

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

    .form-style-underlined label {
        text-align:center;
    }
    .wd-login-title {
        text-align:center;
    }

    Best Regards

    #322173

    Lisawi
    Participant

    Good morning,

    I’m sorry to tell that it dos not change…

    Greetings,
    Lisa

    #322178

    Lisawi
    Participant

    P.S.: Text ist still center…

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

    Hello,

    Please try this code:

    body .form-style-underlined label {
        text-align:center;
    }
    body .wd-login-title {
        text-align:center;
    }

    Best Regards

    #322276

    Lisawi
    Participant

    Dos not change….

    #322304

    Hello,

    This should work:

    body .woocommerce-form label {
        text-align:center!important;
    }
    body .wd-login-title {
        text-align:center!important;
    }

    https://gyazo.com/5f907e1876eec7fb55278c341ed580e6

    If you have any questions please feel free to contact us.

    Best Regards

    #322308

    Lisawi
    Participant

    Hi,

    as I want to have it align center I tried:

    body .woocommerce-form label {
    text-align:left!important;
    }
    body .wd-login-title {
    text-align:left!important;
    }

    But text is still center…

    Greetings,
    Lisa

    #322314

    Hello,

    Please update your credentials and insert them into the Private content, I will check your custom styles, it seems something to override the code I give you.

    Best Regards

    #322319

    Lisawi
    Participant

    Attached:

    #322365

    Hello,

    Do you want all to the left or in the center? Remove this code: https://gyazo.com/b5293f95335dfcc1975a5d63fa2ef80a

    Add the code I have provided and set left /right /center as per your needs.

    Best Regards

    #322437

    Lisawi
    Participant

    Good morning,

    I’m bit confused. Cause this is what I made.. . took the code you gave and set it on left as I wat it to be…

    Greetings,
    Lisa

    #322475

    Hello,

    Add this code as well:

    .registration-info, .login-info {
        text-align: left;
    }

    If you have the same in your custom CSS, remove it.

    Best Regards

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