We are trying to set up the home page as per your demo. However, the only things we want on the home Slider Widgets Footers We don't want Posts on the home page. Saw from one of your reply to the same question. One of your support stuff recommends putting this code into the Custom CSS .content-bar { display: none; } However i notice this code also remove the posts from the blog page. How do we keep the posts on the blog page but not on the home page. Thanks. Sean
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.content-bar { display: none; } .loading div.content-bar { display: block; } This will solve your issue.
Thanks for the code, It works but i notice that when i go to the site or refresh the site, it will show the blog page and then jump to the homepage. See http://www.billytanphotography.com.sg/ I do not wish the blog page to be show at all when i refresh or at the home page. Thanks. Sean