On my site, in every instance of the Search bar, the word “Search” appears instead of the magnifying glass. This wouldn’t be a problem, except that the word doesn’t fit in the button. My website was set up by someone else originally, and this is probably a change that the original developer enacted. Is there a way for me to undo this?
Hey lbccomm,
Please try the following in Quick CSS under Enfold->General Styling:
#top #searchsubmit {
width: 120px !important;
}
Best regards,
Rikard
That allowed the entire word to display, which I appreciate. And that will work if we keep the word “Search” in the button.
I’m wondering, though, how to undo this all together, and replace the word “Search” in the button with the default magnifying glass. My question is, how was this changed in the first place? Would it have been through CSS? Or a change to the function.php file? I don’t know where to look to undo it. Any thoughts?
And thanks for the help!