Remove Input 'Value' text but Add Class to Input

I’m trying to modify this code to only have a Glyphicon be used as the submit button and remove the ‘Search’ text. It’s located in the header.

<input value="Search" class="glyphicon glyphicon-search" type="submit">

Downside: the Glyphicon isn’t showing. I could use some advice.

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