• Regardless of what color I select for the pickup/delivery button, the font color remains the default site fone. Is there a fix for this?

    This is the free version as I only just downloaded and am testing the plugin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    your theme is forcing its color on the label tag that’s why the plugin set color are not shown

    Add below CSS code in your site Applerance > Customizer > Additional CSS (this will change the font color)

    
    .et_pb_wc_checkout_billing_0 form .pi_delivery_type .woocommerce-input-wrapper label{
        color: #f7f7f7 !important;
    }
    
    .et_pb_wc_checkout_billing_0 form .pi_delivery_type .input-radio:checked + label{
        color: #dd3333 !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Pick/up delivery button text color not working’ is closed to new replies.