Forums
(@maralhua)
7 years, 10 months ago
Okkay,
I found the solution replacing <?php get_search_form(); ?> for:
<?php get_search_form(); ?>
<form role="search" method="get" action="<?php echo home_url( '/' ); ?>"> <input class="top-search-field" name="s" value="" placeholder="Buscar..." type="text"> </form>
^^