PDA

View Full Version : Hiding buttons on Home page - Help please


ghealy
Oct-29-2009, 06:26 PM
I thought I had hidden all the buttons on my home page, but apparently not.

When logged in I see the following buttons on my home page:
Add Photos | Tools |Buy | Themes | Visitor View | Homepage Layout.

I have followed the customization to display a slideshow on my home page and have a separate Galleries page.
Ideally what I want is that when logged in, I do not see those buttons on the homepage but do see them on the Galleries page.

Had tried
.homepage #altView {display: none}
But that doesn't work.

Any suggestions are appreciated.

moose135
Oct-29-2009, 07:53 PM
I'm set up the same way, and I get the same buttons when logged in. I think those are just standard control/customization buttons that are available on most every page when logged in. You won't see them when you are logged out (nor will your visitors see them). I don't know that there is anything you can do to hide them when logged in.

jfriend
Oct-29-2009, 07:57 PM
I'm not sure why you're worrying about hiding something that only shows when you are logged in, but you can do so with this CSS:

.homepage #homepageTools {display:none;}
.galleries #homepageTools {display:block;}

ghealy
Oct-30-2009, 11:48 AM
I'm not sure why you're worrying about hiding something that only shows when you are logged in, but you can do so with this CSS:

.homepage #homepageTools {display:none;}
.galleries #homepageTools {display:block;}

Thanks, John. Worked like a charm! Just like the look of a clean homepage slideshow. (grin)