Erase search box at the top right corner and add text instead

Discussion in 'GoldenEagle WordPress Theme' started by francisco, Feb 2, 2013.

Thread Status:
Not open for further replies.
  1. francisco

    francisco New Member

    Joined:
    Jan 18, 2013
    Messages:
    7
    Likes Received:
    0
    Erase search box at the top right corner and add text instead, thanks for the support
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and replace code
    Code:
      <?php get_search_form(); ?>
    with
    Code:
    <h3>Enter your text here</h3>
    Sending image for reference

    [​IMG]



    Now,

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


    Code:
    .top-search h3 {
    float: right;
    padding-right: 10px;
    }
     
  3. francisco

    francisco New Member

    Joined:
    Jan 18, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks! works like a charm.
     
Thread Status:
Not open for further replies.

Share This Page