Keywords Help
Silpion
Registered Users Posts: 20 Big grins
Hi All,
I have started adding keywords to my photo's but how do i get them to appear under the photo in uppercase?
I have also managed to hide the keywords under photo's for everyone apart from my login, i have found some code than would do it but i can't see it in my CSS text anywhere.
http://www.aaronmphotography.com/Customizations/Gallery/SM-Layout/Remove-Keywords
I have also attached my CSS code from my homescreen, entire site and advanced theme if anyone can help me out.
Rich
I have started adding keywords to my photo's but how do i get them to appear under the photo in uppercase?
I have also managed to hide the keywords under photo's for everyone apart from my login, i have found some code than would do it but i can't see it in my CSS text anywhere.
http://www.aaronmphotography.com/Customizations/Gallery/SM-Layout/Remove-Keywords
I have also attached my CSS code from my homescreen, entire site and advanced theme if anyone can help me out.
Rich
Th4t 1s a C4ctu$ → ψ
0
Comments
Unless you have hidden them with CSS keywords show only on some of the gallery styles. I believe you will only see them under the photo in SmugMug and Journal styles. I know they don't show in collage landscape style.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
no worry's i thought i saw them in uppercase on another site but just checked all my links and i must have been seeing things. I generally use smugmug layout for my gallary's but i still can't see how i have hidden them, guess it's time to delete my CSS code and see if they come back.
Rich
Any ideas?
You can get keywords to appear in uppercase by adding this to your css:
.sm-tile-keywords {
text-transform:uppercase;
}
For future reference, someone might also like:
text-transform:capitalize;
Dave