WooCommerce PayPal settings, payment box description 'hidden'
-
WooCommerce/Payment Gateways/PayPal (PayPal Standard) has a ‘description’ box (“This controls the description which the user sees during checkout”)
Why is the CSS for the containing Div (class=”payment_box payment_method_paypal” ) set to ‘display: none’ ?
If I use Firebug to override the default CSS with display:block the ‘description’ text is very nicely displayed within a blue box. Using Firebug I’m unable to locate the CSS file which is creating the ‘display:none’ property.
Try as I may I’ve not been able to override this with my own CSS.
I guess there is something obvious that I’ve missed but I’d be very grateful for some guidance on this please !
- The topic ‘WooCommerce PayPal settings, payment box description 'hidden'’ is closed to new replies.