PDA

View Full Version : Coding


smay120
Mar-30-2009, 06:26 AM
www.lighttouchphoto.com (http://www.lighttouchphoto.com)
I have a question with coding. I learned how to "hide" the words above certain galleries so my website looks cleaner. For Ex: I don't see anymore >lighttouch>pricing>packages anymore. But I am having an issue with one category that is under my galleries tab, the words still show up. Here is the link directly to it: http://lighttouch.smugmug.com/People/723908
In my CSS I did the same as the others but this one still is showing and not sure why.
Thanks in advance.

J Allen
Mar-30-2009, 08:21 AM
If you want to remove the breadcrumb from all your category pages, try this:


.notLoggedIn #category #breadCrumbTrail
{display:none;}




If you want to remove the breadcrumb from all your pages try this:


.notLoggedIn #breadCrumbTrail
{display:none;}





Also, if you would like to remove the half border from all your pages, try this:




/*====No More Border====*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{border:none !important;}