Home › Forums › WoodMart support forum › Login form
Login form
- This topic has 12 replies, 2 voices, and was last updated 3 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 29, 2021 at 11:29 am #321982
LisawiParticipantHi,
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,
LisaSeptember 29, 2021 at 5:37 pm #322085
Elise NoromitMemberHello,
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
September 30, 2021 at 7:21 am #322173
LisawiParticipantGood morning,
I’m sorry to tell that it dos not change…
Greetings,
LisaSeptember 30, 2021 at 7:25 am #322178
LisawiParticipantP.S.: Text ist still center…
Attachments:
You must be logged in to view attached files.September 30, 2021 at 12:01 pm #322264
Elise NoromitMemberHello,
Please try this code:
body .form-style-underlined label { text-align:center; } body .wd-login-title { text-align:center; }
Best Regards
September 30, 2021 at 12:12 pm #322276
LisawiParticipantDos not change….
September 30, 2021 at 1:27 pm #322304
Elise NoromitMemberHello,
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
September 30, 2021 at 1:33 pm #322308
LisawiParticipantHi,
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,
LisaSeptember 30, 2021 at 1:44 pm #322314
Elise NoromitMemberHello,
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
September 30, 2021 at 1:47 pm #322319
LisawiParticipantAttached:
September 30, 2021 at 4:05 pm #322365
Elise NoromitMemberHello,
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
October 1, 2021 at 5:15 am #322437
LisawiParticipantGood 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,
LisaOctober 1, 2021 at 7:36 am #322475
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register