PDA

View Full Version : how to hide the information path?


bazancik
Aug-19-2008, 08:06 AM
yet another snug: can I - and if so how - hide the naigation / path info in each of the categories / galleries normally shown under the banner?

e.g. from this page: http://www.franeksiedlok.com/my%20fotos
to hide this text:
Franek Siedlok (http://www.franeksiedlok.com/) > my fotos my fotos Galleries


thanks again!!

Allen
Aug-20-2008, 04:46 PM
yet another snug: can I - and if so how - hide the naigation / path info in each of the categories / galleries normally shown under the banner?

e.g. from this page: http://www.franeksiedlok.com/my%20fotos
to hide this text:
Franek Siedlok (http://www.franeksiedlok.com/) > my fotos my fotos Galleries


thanks again!!
Sure can, add this to your CSS.

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

bazancik
Aug-24-2008, 01:57 PM
thanks again!!