Archived topic
Replace search sidebar layout
3 replies · Started by Rui on December 29, 2018
Hello!
How do I replace the 'regular' search filed in sidebar with this one: https://codepen.io/andreasstorm/pen/gKGbxo
I tried to follow instructions from similar questions but I was not successful.
Maybe because I need to change the html code of the search form to make the effect work. I'm confused!
Best wishes in 2019 for all who make this wonderful theme called GeneratePress!!
Hi there,
this would require a Custom Search Field widget - experimental but give this GIST a shot:
https://gist.github.com/diggeddy/547db97cf9664f6134f4298ae2fda5e3
The HTML will need to be added as a Custom HTML Widget.
Note in the form tag:
<form method="get" class="custom-search-form" action="site-url">
You will need to add your site-url in the action attribute eg.
action="https://mysite.com/"
Wow... it was so simple!
Thank you, David.
Glad to be of help :)