Browse Listings and Home page pages

Discussion in 'HomeBuilder WordPress Theme' started by vmunderhill, Feb 3, 2014.

  1. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    I was wondering how to remove the browse listings, and center the homepage slider.
    Also, is there anyway to add text under the four pictures that are below the slider?
     
  2. Piyush

    Piyush Support Staff

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

    1.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider-info {
    display: none;
    }
     
    #example {
    width: 920px;
    }
    #slides {
    width: 920px;
    }
    .slides_container {
    width: 920px;
    }
    .slides_container div.slide {
    width:920px;
    }
    .slides_container div.slide img {
    width: 920px;
    }
    
    This will remove browse listings, and center the homepage slider.


    2.
    Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry.
     
  3. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    Thank you a ton. Can you tell me how to remove the blog posting and the left side bar under the pictures on the home page? Thanks again!
     
  4. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    Last question. Would it be hard to do custom coding so that there are titles over each of the pictures on the home page?
     
  5. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-content {
    display: none;
    }
    .page-feature {
    margin-bottom: 5px;
    padding-bottom: 27px;
    }
    .main-content {
    padding-bottom: 0px;
    }
     
    You can adjust the "margin" and "padding" as per your requirement.
     
  6. Piyush

    Piyush Support Staff

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

    Unfortunately there isn't a way to do that also with HomeBuilder theme unless you custom code something up. Sorry.
     
  7. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    I am having a problem finding a way to edit the "Buy Sell Rent Property In Contact Us For Immediately Sell London" Where do I go to edit that?
     
  8. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    Nevermind, found out where to change that.

    Still trying to figure out how to add four columns of text under the pictures on the home page.
     
  9. Piyush

    Piyush Support Staff

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

    You are asking for extra feature in the theme.
    It require lots of customization in the front-page.php file and style.css file of the theme. Its a time consuming process too.
    You could contact to freelancer for this.
     

Share This Page