websteve
Sep-06-2006, 02:59 PM
In my CSS customization, I am trying to remove certain items, following the CSS listing instructions on this page: http://cmac.smugmug.com/gallery/775819/1/34353759/Original
but it seems like some of the IDs are not working right (or maybe it's me).
Either way, I would like to remove the part that says 'ADD PHOTOS' and I am currently using #breadcrumb { display: none; }. This removes the breadcrumbs as well as the ADD PHOTOS' line. I tried #altviews {display: none; } to just remove the ADD PHOTOS, but it didn't work. It seems the only way is to use the breadcrumbs line.
How can I remove these items seperately? Also, I've been having problems with removing and placing the Search box.
Any help would be appreciated.
Thanks
- Steve :rolleyes
but it seems like some of the IDs are not working right (or maybe it's me).
Either way, I would like to remove the part that says 'ADD PHOTOS' and I am currently using #breadcrumb { display: none; }. This removes the breadcrumbs as well as the ADD PHOTOS' line. I tried #altviews {display: none; } to just remove the ADD PHOTOS, but it didn't work. It seems the only way is to use the breadcrumbs line.
How can I remove these items seperately? Also, I've been having problems with removing and placing the Search box.
Any help would be appreciated.
Thanks
- Steve :rolleyes