how can i get a white background for my search window?
Hey!
1-Please add following code to Quick CSS
.ajax_search_response {
background-color: white;
}
2- Please open Search.php file and remove following
<div class='page-heading-container clearfix'>
<section class="search_form_field">
<?php
echo "<h4>".__('New Search','avia_framework')."</h4>";
echo "<p>".__('If you are not happy with the results below please do another search','avia_framework')."</p>";
get_search_form();
echo "<span class='author-extra-border'></span>";
?>
</section>
</div>
Cheers!
Yigit
Hi Yigit,
i have copied Search.php into my child theme. then i have removed the code above. what a the changes of the code? i don`t recognize any difference?
Hey!
That should disable the search form: http://i.imgur.com/2Epqd0Q.jpg
If you want to show the featured image, try the solution provided here: https://kriesi.at/support/topic/any-way-to-get-a-thumbnail-to-appear-with-the-posts-in-search/#post-431811
Cheers!
Ismael