Jump to content

How to remove breadcrumbs?


Recommended Posts

Sorry if this is a simple question. I am running v1.4 with matrice theme and want to remove the breadcrumbs from my site. I tried commenting out the contents of the breadcrumb.tpl file in my theme folder but nothing happened, my breadcrumbs were still there. What is the best way to remove them without hacking into the core code?

Thanks in advance.

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

not sure if it's best solution, but it works:

...themes/matrice/css/global.css add display:none in line 662. It should look like this:

.breadcrumb {font-size: 1em; color:#777777; border-bottom:1px dotted #ebebeb; padding-bottom:0.5em; font-style:italic; display:none}

Cheers!

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...