This topic has 4 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
pls tell how to change font style and and make headings bold?
https://ibb.co/grVPGnF
Hello,
Try to use the next custom CSS code:
.woocommerce-billing-fields label {
font-weight: 600;
line-height: 2;
}
Regards
pls tell also how to reduce the bold boxes and reduce it to grey boxes.
i have attached a sample. tell me how to make it look like that
Hello,
You can use Custom CSS
.dokan-form-control, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, textarea.form-control, .select2.select2-container--default .select2-selection--single, select {
border-color: #e1e1e1;
}
Regards
Tagged: best selling, checkout, cluttered, field, layout, themes, woocommerce
The issue related to '‘change layout of the checkout field since it looks cluttered’' has been successfully resolved, and the topic is now closed for further responses