Hi @greybarn , to use the snippets, go to Appearance > Customize and then Additional CSS.
There, add the snippets and Publish.
**Remember to replace the color codes with the ones you want.
Snippet for Shipping options Radio buttons:
.wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:before {
border-color: #bbd342 !important;
}
.wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:after {
background-color: #d39042 !important;
}
Snippet for Payment options Radio buttons:
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:before, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:before {
border-color: #c2d342 !important;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:after, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:after {
background-color: #d35542 !important;
}
And about the issue with the toggle icons overlapping the Shipping Address title, can you try the following:
- Go to WPFunnels > Settings > Advanced Settings and enable the option “Disable Theme Styles in Funnel Pages.” Then Save changes.
Now clear browser cache and check if it is fixed. If not, let us know what theme you are using. Thanks.