Site logo

Archived topic

How to apply border-radius 4px to all fields of a WooCommerce site?

3 replies · Started by Sascha on June 7, 2022

Viewing posts 1–4 of 4

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

This archived topic is closed to new replies.