Hi,
Is it possible to create a full width search field on the homepage.
Hey BPC,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Yigit
Hi Yigit,
I mean like this :
https://www.dropbox.com/s/5hnns2p6x9xtoqf/Schermafdruk%202016-10-24%2013.32.59.png?dl=0
Hey!
Please add following code to Functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form');
then add following shortcode into text tab of Text Block element or Code Block element to display your search form.
[avia_search]
Cheers!
Yigit
ok thanks, also possible to change the styles ?