When I select the search icon on my site the screen goes white with the overlay as expected however the label and the form text entry box are transparent
i found this style tag
.cfc-h-tx {
color: transparent !important;
}
and not sure why it is like this or how to resolve the issue properly.
any ideas on why it would show up like this or how to properly fix it are appreciated