PDA

View Full Version : Breadcrumbs... change, delete altogether?


BugOutGirl
03-03-2015, 03:58 PM
So I really don't like how the breadcrumbs are displayed on my site.

The path when the main forum is open, is Home > Forum > Forum. (being that "forum" is my site name).

But the home link is incorrect because my main url does not point to to the home page. So the Home button actually takes you back to the main forum.

I would rather have them say Home > Forum Index > Forum or else get rid of that feature altogether. Is there a way I can customize them with css? Right now it is confusing.

Help!

Replicant
03-03-2015, 04:33 PM
Make them disappear.

#breadcrumbs {
display:none;
}

BugOutGirl
03-03-2015, 05:48 PM
well that will do for now. That's great, thanks!!!!