File Editor
Directories:
.. (Back)
core
css
fonts
images
js
sections
template-parts
upgrade-to-pro
Files:
404.php
archive.php
author.php
breadcrums.php
category.php
class-tgm-plugin-activation.php
comments.php
custom-font.php
footer.php
front-page.php
fullwidth.php
functions.php
header.php
home-template.php
index.php
page.php
readme.txt
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
template-leftsidebar.php
template-page-builder.php
woocommerce.php
Create New File
Create
Edit File: searchform.php
<?php /** * Template for displaying search forms in Theme * * @package enigma-parallax */ ?> <div class="input-group"> <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input type="text" class="form-control" name="s" id="s" placeholder="<?php esc_attr_e( "What do you want to find?", 'enigma-parallax' ); ?>" /> <span class="input-group-btn"> <button class="btn btn-search" type="submit"><i class="fa fa-search"></i></button> </span> </form> </div>
Save Changes
Rename File
Rename