Site logo

[Resolved] Styling color of payment method radio button WooCommerce checkout page

Home Forums Support [Resolved] Styling color of payment method radio button WooCommerce checkout page

Home Forums Support Styling color of payment method radio button WooCommerce checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1682656
    Dominique

    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

    #1682720
    Elvin
    Staff
    Customer Support

    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;
    }
    #1683733
    Dominique

    Hi,

    Worked great!

    Thanks

    #1686003
    Elvin
    Staff
    Customer Support

    No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.