GlobeTrotting Theme - can I get rid of content on home page

Latest Reply from Dave at 2016-04-15 07:24:04
I'm trying to display a home page that has a slider only and not any specific content below it. Is this possible? My site is katherinethokeydds.com
Hi there!
Nothing is impossible!)
You can add the code:
.home .site-content, .home footer {
display:none;
}

to the style.css file of the theme to hide these elements from home page.
To hide showroom from the home page you need to turn it off in the dashboard of your website.
However, the best way to hide content and footer from the home page is to write if clauses in php using the default WordPress functions:
is_front_page()
or
is_home()

Leave a reply

Add codeAdd image