Add Search Box

Discussion in 'BusinessGrow One Page WordPress Theme' started by mjmersolbarg, Feb 10, 2014.

  1. mjmersolbarg

    mjmersolbarg New Member

    Joined:
    Feb 6, 2014
    Messages:
    3
    Likes Received:
    0
    I would like to replace the social media icons in the upper right of my theme with a search box. How can I go about doing this?

    Thanks in advance!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and add the code given below

    Code:
      <?php get_search_form(); ?>
    Check image for reference

    2014-02-11_1713.png


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social_wrapper{
    height:120px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page