Title: Big Title Section Customisation
Last modified: August 22, 2016

---

# Big Title Section Customisation

 *  Resolved [asdec90](https://wordpress.org/support/users/asdec90/)
 * (@asdec90)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/big-title-section-customisation/)
 * I need help removing the Red and Green button from the Big Title Section and 
   add a search box instead.
    Thankx

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5718809)
 * Hi,
 * In sections/big_title.php, replace the following:
 *     ```
       if( (!empty($zerif_bigtitle_redbutton_label) && !empty($zerif_bigtitle_redbutton_url)) ||
   
       		(!empty($zerif_bigtitle_greenbutton_label) && !empty($zerif_bigtitle_greenbutton_url))):
   
       			echo '<div class="buttons">';
   
       				if ( !empty($zerif_bigtitle_redbutton_label) && !empty($zerif_bigtitle_redbutton_url) ):
   
       					echo '<a href="'.$zerif_bigtitle_redbutton_url.'" class="btn btn-primary custom-button red-btn">'.__($zerif_bigtitle_redbutton_label,'zerif-lite').'</a>';
   
       				endif;
   
       				if ( !empty($zerif_bigtitle_greenbutton_label) && !empty($zerif_bigtitle_greenbutton_url) ):
   
       					echo '<a href="'.$zerif_bigtitle_greenbutton_url.'" class="btn btn-primary custom-button green-btn">'.__($zerif_bigtitle_greenbutton_label,'zerif-lite').'</a>';
   
       				endif;
   
       			echo '</div>';
   
       		endif;
       ```
   
 * with:
 * `get_search_form();`
 * And make sure that you’re using a child theme. 🙂
 * Regards,
    Hardeep
 *  Thread Starter [asdec90](https://wordpress.org/support/users/asdec90/)
 * (@asdec90)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5718829)
 * Hey Hardeep,
 *  Thanks for the response. It works like a charm!
    But, after removing buttons
   and adding the search form , the area of big title section shrank. How can I 
   get back the original section area ? Also, can u plz suggest some good plugins
   to modify and customize my search box.
 * Thanks a lot
    Regards
 *  Thread Starter [asdec90](https://wordpress.org/support/users/asdec90/)
 * (@asdec90)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5718832)
 * [http://www.tripova.com](http://www.tripova.com)
 *  [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5718897)
 * Hi,
 * Try adding the following CSS to solve this issue:
 *     ```
       .search-form {
           margin-bottom: 50px;
       }
       ```
   
 * and you can customize the search form by creating either a searchform.php or 
   us by using CSS. 🙂
 * Regards,
    Hardeep
 *  [ktfiscus](https://wordpress.org/support/users/ktfiscus/)
 * (@ktfiscus)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5719052)
 * I would like to have one of these buttons to be a click to call is this possible?
 *  [Alexandra](https://wordpress.org/support/users/alexandrastan001/)
 * (@alexandrastan001)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5719053)
 * Please consider creating your own thread: [https://wordpress.org/support/theme/zerif-lite#postform](https://wordpress.org/support/theme/zerif-lite#postform)
 * Best regards,
    Alexandra

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Big Title Section Customisation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Alexandra](https://wordpress.org/support/users/alexandrastan001/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/big-title-section-customisation/#post-5719053)
 * Status: resolved