In the demo version there are no breadcrumbs above the fullwidth slider , how can I remove them from my homepage ?
If you’re using a standard page as front page you can hide the breadcrumb on the page editor screen. Use following option (right sidebar underneath the blue Publish/Update button):
If I would like the default to be “Don’t display the Header” i.e. default to no breadcrumb, where should I edit in code?
Thanks
Hi,
Please look on lines 208-209 of config-templatebuilder/avia-template-builder/config/meta.php. Switch those two lines so that the end result would look like this
"subtype" => array( "Don't display the Header" => "no",
"Display the Header" => 'yes',
Thanks,
Nick