html - Replacing submit buttons with icon- basics -


i have been using underscores (_s) (a blank wordpress template). it's great- i'm losing confidence because can't grasp how change simple.

i want replace submit button icon (a font-awesome icon) @ various places (such mobile menu button, , search function).

i can icons appear- can't establish how make them functional (ie not clickable).

i can't seem find simple source explaining on how done.

could advise on basic principles behind replacing "submit" (or other) button?

thanks

my site here example.

html

<button type="submit"><i class="fa fa-youricon"></i></button> 

css

button{      border:0;      background:none;      /*and other css remove default button property */     } 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -