Archived topic
How to apply border-radius 4px to all fields of a WooCommerce site?
3 replies · Started by Sascha on June 7, 2022
Hi,
is it possible to apply a border-radius of 4px to every field of a woo-site?
Currently, I'm fetching the classes individually and apply the css via Simple CSS.
Is there a faster & easier workaround?
Thank you in advance and kind regards,
Sascha
Hi Sascha,
I don't think there's an easy way, maybe try this:
.woocommerce input {
boarder-radius: 4px;
}
Thanks, I have tried with
.woocommerce-input {
border-radius: 4px;
}
but it did not apply to any field.
Any other idea?
Thank you in advance and kind regards,
Sascha
Hi Sascha,
Can you provide the link to a page where these fields can been seen?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon. :)