For some reason the captcha field is not clickable nor editable. I have the latest version of the theme.
Hi Hardbinger!
It looks like it’s because of some CSS from a plugin.
You can add this to overwrite it.
#top .value_verifier_label {
width: auto !important;
}
Cheers!
Elliott
Thank you!