eurokate Posted April 19, 2011 Share Posted April 19, 2011 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 More sharing options...
dlnhi Posted April 28, 2011 Share Posted April 28, 2011 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! 1 Link to comment Share on other sites More sharing options...
eurokate Posted April 28, 2011 Author Share Posted April 28, 2011 Thanks, actually the problem was that the server was caching the page so I wan't seeing any of my changes. When I turned cache off and compile on I can see changes, much better for development anyway. Link to comment Share on other sites More sharing options...
Bejoy Cherian Posted August 31, 2012 Share Posted August 31, 2012 thnk u dlhni. it helped me Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now