Archived topic
search form class
4 replies · Started by Chad Biggs on July 9, 2017
Viewing posts 1–5 of 5
Hello, does anyone know how to add a custom class to the search form?
-Chad
Got it. I pasted this in the GP hooks and it is perfect. Now if I could only figure out how to put it only on the home page....
<div> class="search-form-container">
<?php get_search_form();
</div>
Wrap it like this:
<?php if ( is_front_page() ) : ?>
Contents for home page here
<?php endif; ?>
BAM! Thank you Leo!
No problem!
This archived topic is closed to new replies.