WHMCS Services Forum
How to remove Search Bar in the client homepage - Printable Version

+- WHMCS Services Forum (https://www.whmcsservices.community)
+-- Forum: WS Modules (https://www.whmcsservices.community/forumdisplay.php?fid=5)
+--- Forum: Template (https://www.whmcsservices.community/forumdisplay.php?fid=65)
+--- Thread: How to remove Search Bar in the client homepage (/showthread.php?tid=154)



How to remove Search Bar in the client homepage - wssupport - 02-24-2018

Just remove the form on header.tpl on Six Template on WHMCS 8.2.x

<form method="post" action="{routePath('knowledgebase-search')}" class="form-inline ml-auto">
<div class="input-group search d-none d-xl-flex">
<div class="input-group-prepend">
<button class="btn btn-default" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
<input class="form-control appended-form-control font-weight-light" type="text" name="search" placeholder="{lang key="searchOurKnowledgebase"}...">
</div>
</form>