Change Font, Remove phone number and Remove Search bar

Discussion in 'HomeBuilder WordPress Theme' started by shetlerr, Aug 7, 2013.

  1. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    How do i remove phone number ?

    remove search box.png
    phone logo.png View attachment 1850

    -----------------------------------------------------------------------------

    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .header_info {
    display: none;
    }
    #listings-bottom {
    display: none;
    }
    This will solve your issue.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .header_info {
    display: none;
    }
    #listings-bottom {
    display: none;
    }
    This will solve your issue.
     

Share This Page