Remove Property information only

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

  1. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    remove area and city.png

    Would like to remove this from the entire web theme Area, Bed Room City and Location not selling property. Website www.buildmylakehouse.com
     
  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:
    .right-feature .table .c-1 {
    display: none !important;
    }
    .table .c-2 {
    display: none !important;
    }
    .table .c-4 {
    display: none !important;
    }
    .table .c-5 {
    display: none !important;
    }
    This will solve your issue.
     

Share This Page