Hello,
You might need to do a small code to customize the search form.
below is the reference link which can help you in achieving this.
https://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
https://www.wphub.com/blog/posts/customising-default-search-box/
Please check and let me know if this helps.
Thanks.
I recommend asking at https://wordpress.org/support/theme/blossom-feminine#new-post so the plugin’s / theme’s developers and support community can help you with this.
Hello!
Thanks for the suggestion, i did find some lines that would provide a good base, not sure if i use them right, but where do i put them to test it out? The search form has hooks, and i cant find anything to replace in template-functions?
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Keresés" />
input#s{
width:150px;
background:#ffffff;
}
input#searchsubmit {
color:#ffffff;
background:#000000;
}
</div>
</form>
Hello,
Is it possible for you to share the screenshot of your folder structure within the active theme?
It will help me to find in which file you can place this code.
Thanks.