This topic has 5 replies, 3 voices, and was last updated 8 months, 2 weeks ago ago by Andrew Mitchell
Hi,
can you tell me how i can hide delivery address from checkout page?
Thanks
Hello, @equality,
Thank you for contacting us and for using XStore.
In order to address the concern you have encountered, we kindly ask that you implement the following CSS code. Please navigate to the ‘Theme Options’ section within the XStore control panel, proceed to ‘Theme Custom CSS’, and then insert the code into the ‘Global CSS’ area:
.woocommerce-checkout p#wcfmmp_user_location_field {
display: none !important;
}
.woocommerce-checkout p#wcfmmp_user_location_field input#searchtext9 {
display: none !important;
}
We are optimistic that this adjustment will effectively resolve the issue at hand. Should you require any further assistance, please do not hesitate to reach out.
Warm regards,
The 8Theme Team
Great!!1
Fields has removed but map is still here.
Can you please help me how i can remove the map?
Thanks
Hello, @equality,
We appreciate your prompt response. We kindly request that you incorporate the following CSS code into your website. To do so, please navigate to the ‘Theme Options’ section of the XStore control panel. Once there, proceed to the ‘Theme Custom CSS’ and insert the code into the ‘Global CSS’ area:
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper div#wcfmmp-user-locaton-map {
display: none !important;
}
Should you require any further assistance, please do not hesitate to reach out.
Warm regards,
The 8Theme Team
Dear equality,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Remove delivery location in checkout page’' has been successfully resolved, and the topic is now closed for further responses