Suppressing captions in thumbnail views
beast625
Registered Users Posts: 13 Big grins
I apologize if this has been posted - I searched the forum and viewed the customization FAQ and did not see it discussed.
I would like to caption a photo, but have the caption only show up on the full image view (the screen where captions can be added) and not the gallery thumbnail view. Currently, when I add a caption, it appears in both views. I like the clean look of the uncaptioned thumbnails, but would like to include a caption in the view after the thumbnail is selected.
Can captions be suppressed from the gallery view? Thanks for your help.
I would like to caption a photo, but have the caption only show up on the full image view (the screen where captions can be added) and not the gallery thumbnail view. Currently, when I add a caption, it appears in both views. I like the clean look of the uncaptioned thumbnails, but would like to include a caption in the view after the thumbnail is selected.
Can captions be suppressed from the gallery view? Thanks for your help.
0
Comments
At least they don't for me
If you can give us a link to the gallery you are referring to, that would be helpful
Steve
.caption{display: none !important;}
#singleImage .caption {display: block !important;}
Maybe??
Thanks Steve. Unfortunately, "Traditional" style is the style I am using. Is there any way to suppress the captions under the gallery thumbs in the traditional view? I would prefer not to change styles. Thanks for your help.
www.craigboudreaux.com
Darn. That's what I figured The thumbs in Traditional style are a little larger than the normal thumbs. Maybe this has something to do with why the caption only displays, under the thumbs, when using this style.
Hopefully one of the code wizards will pop in with a line of code to address this. I am not sure whether Rich's suggestion will work for thumbs only. I am a code noob
But I shore can cook
Steve
add this to your CSS:
#traditional .caption {display: none;}
You can see it in action here (I added a caption to the first pic here):
http://www.craigboudreaux.com/gallery/1755277
Holler with any questions!
Portfolio • Workshops • Facebook • Twitter
That did it Andy! You guys are great. Thanks.