This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hi,
I am facing some issues regarding the city field on checkout page.
1. Even though it is a required field, the text next to it indicates that it is optional. Can we delete that text and put “*” to show that the field is required?
2. Completed inputs of all fields are black, except the city field. Is it possible to make the selection look black?
I am adding the screenshot to show you the problematic points: https://prnt.sc/aQap9FHKs-yz
I am looking forward to hearing from you soon. Have a good day!
Hello, Liva,
Thank you for contacting us and for using XStore.
1/ Shipping options are WooCommerce plugin settings, our theme does not have any special settings for this. Read the plugin documentation https://docs.woocommerce.com/document/setting-up-shipping-zones/ or contact plugin support for the detailed information about this https://wordpress.org/support/plugin/woocommerce/
If you want to be able to manage the checkout fields you may try the WooCommerce checkout manager plugin because WooCommerce does not have options to change the checkout fields.
2/ Please try to add the next code in Theme Options > Theme custom CSS:
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
color: #222;
}
We trust that the information provided will be of significant assistance to you.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up