Don't show gallery description
seydou
Registered Users Posts: 7 Beginner grinner
Hi,
My understanding is that gallery descriptions are useful for search results / previews in Google.
However, I would like them to not display. I am trying to turn my galleries into blog-like posts, with a good bit of text above the photos, then the photos.
Having the test unremovable seems strange to me for a very customizable site. If I'm missing something, it's not for lack of clicking around...
Thanks for any help.
Jake
Example shown here: http://www.jakekiserphotography.com/Blog/Paris-after-rain/
My understanding is that gallery descriptions are useful for search results / previews in Google.
However, I would like them to not display. I am trying to turn my galleries into blog-like posts, with a good bit of text above the photos, then the photos.
Having the test unremovable seems strange to me for a very customizable site. If I'm missing something, it's not for lack of clicking around...
Thanks for any help.
Jake
Example shown here: http://www.jakekiserphotography.com/Blog/Paris-after-rain/
0
Comments
There's not a built-in way to remove the gallery description, but you can do it with CSS. You'll need to add a CSS content block, then copy and paste this into it:
.sm-gallery-description {display: none;}
If there's anything else we can help you with, just let us know!
Amanda
SmugMug Support Hero
Thanks for the quick help.
Happy holidays.
Pasted into a CSS block and no luck.
I have another CSS block that blocks keywords from showing. Can I have more than one?
/* Hide the gallery description text */
.sm-gallery-description {
display: none !important;
}
My Website index | My Blog
We're glad you were able to get it figured out We'll have to add that to our resources!
Amanda
SmugMug Support Hero