Search button text missing

I’ve tried everything… Disabled plugins, checked the css, inspected the site and can’t find the reason why the text “Search” doesn’t appear on the button.

https://tooanalytical.com/search

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.not-found form .searchsubmit span.screen-reader-text {
clip-path: none !important;
}

Thanks!
Colorlib Support Team

Noda,

Thank you! 1 of 2 issues solved!
The CSS code worked for the search button within the main content window, however, the search button within the top menu is not displaying any text.

:v:??:heart:

HI again

Well, for your information, this problem is triggered by the jetpack social icons module, if you deactivate it will be fixed and you will be able to remove code provided above :slight_smile: