PDA

View Full Version : Take off 2Barefoot Photographers name on page


dboras
May-19-2009, 02:46 PM
when you go to my site www.2barefootphotographers.com (http://www.2barefootphotographers.com) and click on purchase photographs my shopping cart appears with all gallerys
at the top says 2Barefoot photographers' in red could someone please delete that
or tell me how
thanks
dboras

denisegoldberg
May-19-2009, 03:04 PM
Add this to your CSS:

#userName {
display: none;
}


In the future please provide a direct link to your smugmug site, not your flash homepage. It took me several clicks to realize that your smug site was opening behind your flash site - your flash site was still the active window.

--- Denise

dboras
May-19-2009, 05:34 PM
Thanks denise!!!!!

Add this to your CSS:

#userName {
display: none;
}


In the future please provide a direct link to your smugmug site, not your flash homepage. It took me several clicks to realize that your smug site was opening behind your flash site - your flash site was still the active window.

--- Denise

dboras
May-19-2009, 06:09 PM
Denise
can you please tell me once I get into the galleries the name 2barefootphotographers Wedding - for example I would like to change the 2barefootphotographers to Les Amis Photography, can you tell me how to do that

and when i changed my name the first time it shifted my email deb
at the bottom of the page can you tell me how to fix that also

thank you thank you thank you!!!!

www.2barefootphotographers.smugmug.com (http://www.2barefootphotographers.smugmug.com)

denisegoldberg
May-20-2009, 04:02 AM
can you please tell me once I get into the galleries the name 2barefootphotographers Wedding - for example I would like to change the 2barefootphotographers to Les Amis Photography, can you tell me how to do that

and when i changed my name the first time it shifted my email deb
at the bottom of the page can you tell me how to fix that also
Your email link isn't centered because there is an error in your CSS above your #myFooter entry.

Change
#userName {
display: none;
{
to

#userName {
display: none;
}

I can't help with your other question since that category is password-protected and I can't see it without the password. Maybe one of the smugmug folks will jump in here (since they have the power to get into that gallery).

--- Denise