Hi Paul,
Sorry, I am back, don't know how I missed this one. There is also a breadcrumbs on http://www.dragons.digi-blue.co.uk/i...ain_page=login page, how can I remove this one?
Hi Paul,
Sorry, I am back, don't know how I missed this one. There is also a breadcrumbs on http://www.dragons.digi-blue.co.uk/i...ain_page=login page, how can I remove this one?
To remove the breadcrumbs on a specific page, you create the file /includes/templates/YOUR_TEMPLATE/css/page_name.css, where page_name is the name of the page you want page-specific customization on (refer to /includes/templates/template_default/css/CSS_read_me.txt for more information). The contents of the file should include
So, for main_page=login you'll create the file named login.css.Code:#navBreadCrumb {display: none;}
Thank you lat9! I am starting to get the drift.
Bookmarks