• Resolved actionmatt

    (@actionmatt)


    I have created a WooCommerce Checkout Custom Field using a checkbox. The checkbox with label shows up fine but not the description. Do you need to add something to get the description to show up?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support David G

    (@gravid7)

    Hi @actionmatt

    Thanks for reaching out to us.

    If possible can you share the website URL? Because I have checked from our end and the description is displaying properly. Might be it is because of a theme or some CSS conflict.

    Thread Starter actionmatt

    (@actionmatt)

    Thanks for your reply. This is the link https://longtownoutdoorlearning.co.uk/checkout/

    The field is the gift aid check box but description not showing.

    Plugin Support David G

    (@gravid7)

    Hi @actionmatt

    Thanks for sharing the URL. Please try to enable the “Custom CSS” module and add below CSS code. This should work and let us know if you need any further help from us.

    span#order_wcj_checkout_field_1-description {
    display: block;
    }

    Thread Starter actionmatt

    (@actionmatt)

    Thanks for your reply, could you please explain where the “Custom CSS” module is that you refer to? I’m not sure what you are referring to – is it in Booster, WooCommerce or elsewhere?

    Plugin Support David G

    (@gravid7)

    Hi @actionmatt

    Yes, you can find this module from Booster’s module list. Please check the below path.
    woocommerce >> Booster >> Custom CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Description not showing on WooCommerce Checkout Custom Fields’ is closed to new replies.