• Hello,

    How can we remove the search? we are not using the search bar. however its getting added to frontend code:

    <div class="ast-search-box full-screen" id="ast-seach-full-screen-form">
    	<span id="close" class="close"></span>
    	<div class="ast-search-wrapper">
    		<div class="ast-container">
    			<h3 class="large-search-text">Start typing and press enter to search</h3>
    			<form class="search-form" action="" method="get">
    				<fieldset>
    					<span class="text">
    						<label for="s" class="screen-reader-text">Search &hellip;</label>
    						<input name="s" class="search-field" autocomplete="off" type="text" value="" placeholder="Search &hellip;">
    					</span>
    					<button class="button search-submit"><i class="astra-search-icon"></i></button>
    				</fieldset>
    			</form>
    		</div>
    	</div>
    </div>

    Simply trying to remove this from the source code as its not required. We cannot find any settings related to search settings in customiser either.

    Have had a look at the astra hooks but nothing pops out…

    FYI we use a plugin:ivory search instead replacing the native wordpress search for our puposes.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove search’ is closed to new replies.