Replace "search" in header with contact information

Discussion in 'Cloriato WordPress Theme' started by cbshanley, Jun 11, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Can you please give me the info to replace the Search bar in the header with contact information

    Thank you
     
  2. Gourav

    Gourav Support Staff

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

    Go to header.php present in your theme directory and replace the current code

    Code:
      <?php get_search_form(); ?> 
    With code given below

    <p>ENTER YOUR CONTACT DETAIL HERE</p>

    Check image for reference

    2014-06-12_1727.png


    now,

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

    Code:
     div.top_right_bar p {
    font-size: 15px;
    color: black;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page