Thank you for the fast reply! Based on your message, I checked the additional CSS and it turned out I had this active for some reason:
.wpsl-search input[type=”text”] {
font-size: 8px !important; /* oder eine gewünschte Größe */
}
After removing this the text is fine! Thank you very much for pointing me in the right direction.
Best, Daniel
Hey @senff
This was very helpful, thank you!