View Full Version : help on my website
zach30345
Nov-01-2008, 07:19 AM
hi, i have designed my website zacharybarron.smugmug.com and if someone could please tell me how to hide the search box on all pages or atleast the gallery pages, and on one of my gallery pages the sunset one the nav bar is messed up i dont know if it is becasue im using different templates or not, also if someone could please just view website and see if there are any custominzation errors ive made, thanks alot.
ps. all my photos are not up just some random ones ive put up for testing
Allen
Nov-01-2008, 10:00 AM
hi, i have designed my website zacharybarron.smugmug.com and if someone could please tell me how to hide the search box on all pages or atleast the gallery pages, and on one of my gallery pages the sunset one the nav bar is messed up i dont know if it is becasue im using different templates or not, also if someone could please just view website and see if there are any custominzation errors ive made, thanks alot.
ps. all my photos are not up just some random ones ive put up for testing
Welcome to Dgrin :wave
Add this to your CSS to hide it on all pages.
#searchBox {display: none;}
or add this to hide only on gallery pages.
.galleryPage #searchBox {display: none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.