|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Help hiding some things!!
I need to hide the bread crumbs and gallery pages words on
about me, investment, and contact. I also need to hide the breadcrumbs & "Gallery" on the galleries page. I've tried a few different codes but I can't get it to work. Can anyone help me?? www.maicapturedmemories.com |
|
|
|
|
#2
|
|
|
Major grins
|
You were very close but there are errors in your CSS. CSS is syntax. It must be completely correct or it will not operate as expected.
Change this: Code:
#galleriesBox .boxTop,
.category_Galleries .notLoggedIn #breadcrumb,
.gallery_18084283 #breadcrumb,
.gallery_18084283 #albumNav_bottom,
.gallery_18084283 #albumNav_top
.gallery_18084256 #breadcrumb,
.gallery_18084256 #albumNav_bottom,
.gallery_18084256 #albumNav_top,
.gallery_18084297 #breadcrumb,
.gallery_18084297 #albumNav_bottom,
.gallery_18084297 #albumNav_top,
{display: none;}
Code:
#galleriesBox .boxTop,
.category_Galleries .notLoggedIn #breadcrumb,
.gallery_18084283 #breadcrumb,
.gallery_18084283 #albumNav_bottom,
.gallery_18084283 #albumNav_top,
.gallery_18084256 #breadcrumb,
.gallery_18084256 #albumNav_bottom,
.gallery_18084256 #albumNav_top,
.gallery_18084297 #breadcrumb,
.gallery_18084297 #albumNav_bottom,
.gallery_18084297 #albumNav_top
{display: none;}
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
|
|
Beginner grinner
|
Such a small thing made such a huge difference! Thank you so much!! :)
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Things SmugMug should really do better -- from a new user. | stone | SmugMug Support | 15 | Nov-13-2009 11:06 AM | |
| Flying things, hiding things, scary things, and pretty things | Docdpp | Wildlife | 2 | May-01-2009 07:19 PM | |
| weird things happening w/ my navbar | kazuri images | SmugMug Customization | 2 | Feb-10-2009 11:41 AM | |
| Top ten things to improve customizing | jfriend | SmugMug Customization | 6 | Oct-04-2008 07:10 PM | |
| Things I wasn't able to find ... | cfly | SmugMug Customization | 6 | Apr-11-2006 06:38 AM | |
| Thread Tools | |
| Display Modes | |
|
|