Adding Icon to Search Bar

I am trying to add an icon in my search bar. Like in this image (notice the magnifying glass in the search) is this possible in webflow?

image


Sure, just add an icon into the search bar, set the bar to position relative and the search icon to position absolute and place where you’d like. Then add padding on the left of the search bar to compensate for the spacing until it looks right.

I can’t add an icon, as it doesn’t allow me to put anything into the search bar.

Then wrap the search bar in a div and set that div to position relative and then put the icon in that div with a z index higher than the search box and position it as you like.

1 Like