• Hello,

    this snippet, to always display the description text for the EU VAT field, doesn’t seem to work anymore.

    I have helped myself with the following CSS, but the elements after it continue to bounce a bit:
    #vat_number-description { display: inline-block !important; height: auto !important; }

    Is there a clean way to display the description field permanently?

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

    (@daigo75)

    Like indicated in the original reply, the EU VAT Assistant doesn’t show or hide the description of form fields, that’s a built-in feature provided by WooCommerce. Based on my knowledge of the standard checkout page, I would expect a style like this to be sufficient, without flickering:

    
    #vat_number-description {
      display: block !important;
    }
    

    Perhaps there’s some script that still causes it to show/hide, therefore the styles would have to be adjusted a bit. I would suggest to ask in the WooCommerce support forum what would be the best way of keeping the description permanently visible, they should have some suggestions on how to do that.

Viewing 1 replies (of 1 total)
  • The topic ‘Make EU VAT field description always visible?’ is closed to new replies.