Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Diego

    (@daigo75)

    Hi Nico,
    The field appears if the country selected by the customer doesn’t match the country detected from his IP address. The fact that the rendering is “broken” depends on your theme, not on the plugin.

    Here you can find some code that should fix the issue:

    #woocommerce_location_self_certification #customer_location_self_certified_field checkbox {
      position: static;
    }

    Thread Starter nico6293

    (@nico6293)

    Thank Diego.

    Where or in what file should I put the code?

    Regards.
    Nico

    Plugin Author Diego

    (@daigo75)

    You should put it in the custom CSS section of your theme. You should ask your theme developer about it, he will know where it is.

    Thread Starter nico6293

    (@nico6293)

    Thanks, but it didn’t work. I solved it with this:

    <span style=”color: #2E3338;”>aaa</span>Ik woon of verblijf in {billing_country}.

    Thanks anyway.

    Plugin Author Diego

    (@daigo75)

    You’re right, I pasted the wrong CSS. Here’s the correct one:

    #woocommerce_location_self_certification #customer_location_self_certified_field input {
      position: static;
    }

    I didn’t see that I pasted “checkbox” instead of “input”, because this page truncates the code before that part (I saw it after scrolling right).

    Thread Starter nico6293

    (@nico6293)

    Yes. Now it works great.
    Thanks very much.
    Kind Regards,
    Nico

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Self certification checkbox hovering over text’ is closed to new replies.