PDA

View Full Version : Key Words


RuSu
Jul-16-2009, 12:21 AM
I don't want key words to show in any of my galleries. I want them to exist & I want to be able to see them on my owner's view, I just don't want others to seem them. How to accomplish this? Thanks for your time.

denisegoldberg
Jul-16-2009, 02:15 AM
Add this to your CSS:
.notLoggedIn #photoKeywords {
display: none;
}
--- Denise

RuSu
Jul-16-2009, 03:09 AM
Good morning to you, Denise & thanks!