Change font for search box
-
Hello, I want to change the font for the search box. I know that I can edit it from the advanced font settings section. However, I do not know which class the relevant field is in.
https://prnt.sc/-fDjhcwWqQ-O
https://prnt.sc/IfgJ1xC4nzsR
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
.wd-search-full-screen .searchform input[type="text"] {
font-family: monospace, sans-serif; /* Replace with your preferred font */
font-weight: 400;
font-style: normal;
font-size: 20px !important;
}
Best Regards,
Hello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Change font for search box’ is closed to new replies.