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?
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.
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!
Last question. Would it be hard to do custom coding so that there are titles over each of the pictures on the home page?
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.
Unfortunately there isn't a way to do that also with HomeBuilder theme unless you custom code something up. Sorry.
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?
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.
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.