morning team
I read some other posts on editing "header.php" but my efforts did not work.
where exactly do I have to place this code to replace both the search field and the social icons please?
echo "<div class='header_meta'>";

echo "</div>";
Here is my header.php file section:
/*
* display the theme search form
* the tempalte file that is called is searchform.php in case you want to edit it
*/
get_search_form();
?>
<ul class="social_bookmarks">
<?php do_action('avia_add_social_icon','header'); ?>
<li class='rss'>">RSS
<?php
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'>Twitter";
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'>Twitter";
?>
<!-- end social_bookmarks-->
thanks people
U














