Hi,
i am using magento 2 Ves Arden theme. And here is search icon instead of search box.
How could i return to default search box ?
I presume it should be done in my header.phtml file ?
now it looks like these:
<div class="header-right">
<?php if($show_search): ?>
<div class="search-wrapper">
<div class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-search"> </i>
</div>
<div class="search-content" role="menu">
<?php echo $this->getChildHtml('topSearch') ?>
</div>
</div>
<?php endif; ?>