PDA

View Full Version : How do i get rid of....


Daucus
Dec-27-2007, 01:44 PM
how do i get rid of the "username>other>gallery " links that displays under the banner and my nav bar of my pages?

Allen
Dec-27-2007, 02:53 PM
how do i get rid of the "username>other>gallery " links that displays under the banner and my nav bar of my pages?
You have two choices in your CSS.

#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}

or

#breadcrumb {display: none;}
.loggedIn #breadcrumb {display: none;}

Not sure which would work best for you.

Daucus
Dec-27-2007, 03:01 PM
thank you very much!! you're awesome

Daucus
Dec-27-2007, 03:58 PM
One more Question,

Is there a way to get rid of the 'Click to activate and use this control' and the dotted lines when you scroll over the slide show with your mouse? (chasehunter.smugmug.com (http://chasehuntersmugmug.com))

edit: it only happens in IE7 and not FF.