Hiding Keywords
THOLT
Registered Users Posts: 10 Big grins
In the New Smugmug I want keywords but would like them hidden in my galleries. Is there CSS code or other way to hide keywords from view but still have them available for search.
Thanks
Thanks
0
Comments
.notLoggedIn #photoKeywords {
display: none;
}
What about: