Hi
Great theme, very easy to set up!
Hoping you can help out with this: I would like to move the search box to the header area, top right where currently there is default phone number text.
What's the best way to go about it?
Thanks!
Hi
Great theme, very easy to set up!
Hoping you can help out with this: I would like to move the search box to the header area, top right where currently there is default phone number text.
What's the best way to go about it?
Thanks!
Hi,
Open header.php and find this code
$small_header_info = avia_get_option('small_header');
if($small_header_info) echo "<div class='small_header_info meta-color'>$small_header_info</div>";
Replace it with this
echo "<div class='small_header_info meta-color'>";
get_search_form();
echo "</div>";
Regards,
Ismael
Fantastic, thanks very much!
This topic has been closed to new replies.