Hi
Tell me how to remove the function drop-down search?
How to remove this feature?
I did the usual search, but the function drop-down search is still active.
<?php if($this->API->modules('cart')) : ?>
<div id="gkCart">
<span id="gkCartCounter"><?php echo JText::_('GK_TPL_LOADING'); ?></span><i class="gk-icon-cart-add"></i>
</div>
<?php $this->layout->loadBlock('tools/cart'); ?>
<?php endif; ?>
<?php if($this->API->modules('cart')) : ?>
<div class="search">
<jdoc:include type="modules" name="cart" style="<?php echo $this->module_styles['cart']; ?>" />
</div>
<?php endif; ?>
.search {
float: right;
}
<?php if($this->API->modules('cart')) : ?>
<div class="search2">
<jdoc:include type="modules" name="cart" style="<?php echo $this->module_styles['cart']; ?>" />
</div>
<?php endif; ?>
.search2 {
float: right;
}