Thanks also i want to know how to do small size of fields on <<Register for a new account >> like this http://prntscr.com/cp7q2l
& same think after add product in cart than <<register for a new account>> like this http://prntscr.com/cp7rde
one more think above both filed i want to remove/hide <<Confirm password>> field also ??
Find the themes/YOUR_THEME/css/styles.less file and replace this
.ty-account .ty-input-text {
width: 100%;
}
with this:
/* .ty-account .ty-input-text {
width: 100%;
} */
Also replace this
.ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
}
with this:
/* .ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
} */
one more think above both filed i want to remove/hide <<Confirm password>> field also ??
You can not just remove the Confirm password field in template, it is required to remove the checkings in PHP files.