Hi neillbl,
there’s not a “Default Front Page” if you mean for it an actual page 😀
You can display on it: a slider. the featured pages, then your blog or a static page.
http://doc.themesandco.com/customizr/accessing-wordpress-customizer/
front page settings : http://doc.themesandco.com/customizr/content-options/#front-page-design
hope this helps
Hi Thanks for your reply – Found my way around now! dohh!
A question on setting up the ‘Home page” I saw somewhere a way / code to put home page content under the slider, above ‘features pages’ – how can I do that?
🙂
Hi neil,
glad you’ve found it 😉
About how you can do that, you can move the featured pages after the main content:
http://themesandco.com/snippet/move-featured-pages-block-anywhere-front-page/
(still valid)
and here:
add_action ( '__before_header', array( TC_featured_pages::$instance , 'tc_fp_block_display'), 0 );
replace
'__before_header' with
'__after_main_container'
hope this helps.