Property Listings

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

  1. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    Could I remove the Latest Property Listings on all the pages but still keep the functions of adding property? Just don't want it to show listings on the property pages like a post. See image
    Website www.buildmylakehouse.com

    Latest Property Listings.png
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content .right-feature h1.heading {
    display: none;
    }
    This will solve your issue.
     

Share This Page