Home › Forums › Basel support forum › Change Checkout fields › Reply To: Change Checkout fields
Elise Noromit
Hello,
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
If you navigate to WooCommerce > Settings > Shipping Tab > Shipping options you will see available settings http://prntscr.com/jqa44x
So, if you choose Default to customer shipping address you will get both Billing address and Shipping address http://prntscr.com/jqa57p but at the same time, there will be the checkbox which can hide shipping address. In order to hide the checkbox try this CSS:
#ship-to-different-address-checkbox{
display:none!important;
}
Add this CSS to Theme Settings > Custom CSS.
Best Regards