Add icon in search now bar
-
Hi Support,
I’m using the full-screen search option, which displays a large search bar with the “Search Now” button.
Is it possible to add a magnifying glass icon before the “Search Now” text?
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
I have checked your site, and the icon is already added:
See screenshot for clarification: https://postimg.cc/9RZfXnLr
Best Regards,
Yes yes thank you.
Also is it possible to change the font size when you type to search a product ?
Thank you
Hello,
Please try adding the following Custom CSS under Theme Settings >> Custom CSS.
.wd-search-full-screen .searchform input[type="text"] {
font-size: 50px!important;
}
Best Regards,