Search display issue

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

Hey William,

Is your site the URL I have placed in the Secure Note? I have just checked it an the font color value was already changed to:

#searchform .cfc-h-tx {
    color: #333 !important;
}

If case you haven’t done anything to the code yet, try adding the code above to X > Theme Options > CSS:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.