Site logo

Archived topic

Styling color of payment method radio button WooCommerce checkout page

3 replies · Started by Dominique on March 4, 2021

Viewing posts 1–4 of 4

Hi,

Can you please advise on how to style the selected color of the payment method on WooCommerce checkout page. Now when selected there is nothing. #f4da60 for selected would be great.

Please advise

Hi there,

You can try this CSS to change the selected color on payment methods.

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before{
color: red;
}

Hi,

Worked great!

Thanks

No problem. :)

This archived topic is closed to new replies.