Also as a follow up, when I try using the following code (from an earlier post):
form.checkout input[type=”radio”].input-radio {
float: left;
margin: 8px 5px 0px 20px;
}
I get the following result which is not what I want: https://imgur.com/a/lG9ZUlI
>> However, I would like the radio boxes to be aligned vertically below each other, as they usually appear. How can I make this happen?
You can use the below style in your theme’s Additional CSS.
form.woocommerce-checkout .input-radio {
float: left!important;
margin: 8px 5px 0px 20px!important;
}
form.checkout label.radio {
display: block!important;
}
>> Further, is there a possibility for an “Other” radio box option, which then enables users to type in some text?
Unfortunately, the lite version of our plugin doesn’t have the requested feature.
We regret we couldn’t be of more help.
Thank you!
Hi,
Many thanks for your response. However, when I put in the code, the radio boxes are now viewed as per this image: https://imgur.com/a/0QRUfit
For some reason the first radio button is not in the right place, and is aligned with the question rather than the first option. Could you advise how this can be fixed?
Could you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Ok no worries, I have just submitted a support ticket.
Is there any way to change or alter the following text:
“Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.”
You can follow the below steps to change the text of the Privacy Policy.
1. Navigate to Dashboard -> Appearance -> Customize -> WooCommerce -> Checkout
2. Change the text under the Privacy Policy
3. Click on update changes.
Hope this will help 🙂
Thank you!