• Resolved lahondaannie

    (@lahondaannie)


    Hello,
    Where did you hear about us? is not showing above the dropdown menu. I saw your reply to this question when asked by rusticartistry and added the recommended CSS but it did not do anything. Do you have another suggestion?
    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wooassist

    (@wooassist)

    Hi @lahondaannie

    I checked your site and it looks like there is a css style that seems to affect the label of the field: https://prnt.sc/r0ivqj

    you can override this in the additional CSS section in the customizer so it will be displayed. let me know how it goes. Thanks!

    Thread Starter lahondaannie

    (@lahondaannie)

    Hi!

    I loaded this css into the customize area of the site and still don’t see the label. Did I do something wrong?
    .woocommerce form.checkout .col2-set p.form-row label {
    display: show;
    }

    Thanks!
    Anne

    Plugin Author wooassist

    (@wooassist)

    Hi @lahondaannie

    your css code is incorrect. Try using this code below.

    .woocommerce form.checkout .col2-set p.form-row label {
    display: block;
    }

    Thread Starter lahondaannie

    (@lahondaannie)

    That worked perfectly. Thank you so much!!
    Have a wonderful day!

    Plugin Author wooassist

    (@wooassist)

    Hi @lahondaannie

    marking this as resolved. Thanks for your support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Question Not Showing’ is closed to new replies.