PDA

View Full Version : Several questions


Saul
Aug-20-2008, 01:05 AM
1. I added my own banner following the directions, it looks good except it's centered and I want it to stick to the left side of the screen. How do I do it?

2. What is the header on the page?

3. I changed the header (again, following the instructions) and nothing has changed on the page. I assume, something might have changed but perhaps the font is black (on the the carbon theme) and I can't see it.

4. I want to get rid of the user's name on the home page, i.e. "stkphoto's home". I want it just say "home" or something generic. How?

5. When I added the banner, the 'Login" option at the top of the page has disappeared. If I change the footer, the 'Login' at the bottom will be gone too. How will I login/logout after that?

Thanks in advance,

Saul

Speedie
Aug-21-2008, 05:01 AM
4. To remove the username put this in the CSS section:
#userName {
display: none;
}
To remove "home" as well, add this:
#userHome {
display: none;
}
5. Bookmark the address www.yoursite.smugmug.com/login.mg and use that to login. Logging out is the same with /logout.mg at the end.

Would probably need a link to your SmugMug site for the other things.