PDA

View Full Version : text removal


monchee10
Sep-15-2008, 11:25 AM
So how do I remove the text on my home page that says "josephlemasphotography's home?"

Also, I would like to move the slide show up so it is right underneath my navbar. Any suggestions?

www.josephlemasphotography.com

Thanks,

Joe

Wendelius
Sep-15-2008, 11:51 AM
If you are a power or pro user, go to your control panel, hit the Customize tab and then the customize link and add the following entries to your CSS code:

#userHome { display: none; }
#userName {display: none;}

Or you can shorten it to:

#userHome,
#userName {display: none;}

Actually, I don't know if both a required. I just know I have both disabled for my page. :)

More info and a link to a FAQ here: http://www.smugmug.com/help/custom-colors

Wendelius

monchee10
Sep-15-2008, 12:13 PM
Thanks, I appreciate the help.

If you are a power or pro user, go to your control panel, hit the Customize tab and then the customize link and add the following entries to your CSS code:

#userHome { display: none; }
#userName {display: none;}

Or you can shorten it to:

#userHome,
#userName {display: none;}

Actually, I don't know if both a required. I just know I have both disabled for my page. :)

More info and a link to a FAQ here: http://www.smugmug.com/help/custom-colors

Wendelius