Is there a simple way to hide the breadcrumbs displayed at the top of each page?

Comments

danpros’s picture

Hi,

To remove the breadcrumb you must remove it manually by removing the following code from page-front.tpl.php and page.tpl.php

<?php if (!$is_front) print $breadcrumb; ?>
murpheus’s picture

That's not necessary. Just go to the css file under breadcrumb just type as follows

display: none;

danpros’s picture

Status: Active » Closed (fixed)

Hi,

Ups.. I guest he/she want to totally remove, thanks murpheus :)

Problems solved.

drvdt’s picture

Verry well!
Simply!
Don't edit core!
Don't change theme CSS file so much!
We can use this code for many things that we want!
Thanks to Murpheus verry much!

srandolph’s picture

So simple
So obvious
Thanks

armando3dart’s picture

Issue summary: View changes