PDA

View Full Version : Remove Search Box in Private Gallery Only


W Thorne
Jul-10-2007, 10:06 AM
I've started adding some private Galleries and I would like to remove the search box from this page only. Right now I only have one Gallery listed but more will follow soon. I do not mind the search box being deleted or remaining once you enter the Gallery.

What code do I need to enter so this will work?

Thanks for the help.

Allen
Jul-10-2007, 12:20 PM
I've started adding some private Galleries and I would like to remove the search box from this page only. Right now I only have one Gallery listed but more will follow soon. I do not mind the search box being deleted or remaining once you enter the Gallery.

What code do I need to enter so this will work?

Thanks for the help.
As an example for this gallery.
http://www.texassportsimage.com/gallery/3051254#166111386

Add this to your CSS.

.gallery_3051254 form {display: none;}

W Thorne
Jul-10-2007, 12:45 PM
Allen thanks for the help but it didn't work. Actually I want to remove the search box from the page that list Infinity, not the pages with all the pictures (however if the fix has to get rid of both pages that is okay).

This page will list different company names and when people go to this page they are trying to put the password in the search box instead of selecting their company and going to the password page.

Also my search box function has been entered in the footer box on the customization page.

Thanks

Allen
Jul-10-2007, 12:54 PM
Allen thanks for the help but it didn't work. Actually I want to remove the search box from the page that list Infinity, not the pages with all the pictures (however if the fix has to get rid of both pages that is okay).

This page will list different company names and when people go to this page they are trying to put the password in the search box instead of selecting their company and going to the password page.

Also my search box function has been entered in the footer box on the customization page.

Thanks
Try this instead.

.category_Houston_Dynamo form {display: none;}

W Thorne
Jul-10-2007, 01:03 PM
Perfect, You're a genius. That is what I was trying to do.

Just an FYI, I was wrong in my above post saying you're first suggestion didn't work. It didn't work on the gallery but did work on the pictures of the gallery you specified. I just looked at the wrong gallery.

Thanks again for the help. You folks are the best.