PDA

View Full Version : Nav placement of home /gallery only? & footer color.


mus
Jul-29-2009, 12:02 AM
http://mus.smugmug.com

I have almost everything working. I need the Nav bar to appear only on my Home page, and when I am on the gallery page I should only see the home button?.

I have setup the galleries where the smugmug logo gets replaced, I have worked out the HOME link pointing to my main page. I would want the "LOGIN" label to read as "Galleries" and point to my galleries main page. The search and cart can stay for the time.

If you see the galleries "Architecture" the nav bar appears...I dont want this nav bar here...(my first question)

Also how can I change the color of smugmug in the footer?

mus
Jul-29-2009, 10:20 AM
guys! am I doing something wrong? no one seems to be replying, all other posts are being replied too,? what about?

aujames95
Jul-30-2009, 08:39 AM
I can't remember where I found the exact info, but here is what I did to make a searchbox appear only on the home page.

I added the following to the custom CSS:

.homepage #mysearch {
display:block;
text-align:center;
padding-top:10px;
}

#mysearch {
display:none;
}

Then in the custom header I placed the following HTML:

<div id="mysearch"> SMUGSEARCH</div>

I think you should be able to do something similar with your nav bar.

James

mus
Jul-30-2009, 10:45 AM
Ahh! what a nice idea!
and it worked too! thanks thanks!