Is it possible to remove the Home link above the content?


Author Message
Timo

Posted: 4/13/2010
Quote message 

Forgive me if this has been answered. I couldn't find it in the forum. I am trying to remove the "Home" link directly above my content or articles. Not the main menu links, just the text link "Home" that makes my Articles drop down and out of alignment with sidebar blocks. Any ideas? (Drupal)

Thanks
Timo
 
Don

Posted: 4/13/2010
Quote message 

I go to style.css in the current theme and search for "Breadcrumb"

.breadcrumb
{
display: block;
padding-bottom: .7em;

and change it to

.breadcrumb
{
display: none;
padding-bottom: .0em;


This is a fast and easy way to do it. Just two replacements.

Change Block to none
and 7 to 0
 
Timo

Posted: 4/13/2010
Quote message 

THANKS DON! That worked!

Timo

May your compost be seed free!
 
PoolWebsites

Posted: 11/10/2010
Quote message 

Artisteer Team:

PLEASE make a button to turn off the breadcrumbs. Editing this css after every theme upload is a pain. Tks!
 
Lawrence

Posted: 11/14/2010
Quote message 

This would apply to every CMS generated theme, so I would assume it'd be best as a "Feature Request". Your best bet is to post here http://www.artisteer.com/Default.aspx?forum_id=10&p=forum_topics and a team member is most likely to spot it there. :-)
 
Jeffrey

Posted: 11/23/2010
Quote message 

A Drupal module called Menu Breadcrumb will hide the breadcrumb, and with more options in dealing with the Breadcrumb.