Hide captions in JOURNAL gallery style
You can hide captions in Journal gallery style by adding a CSS content block to your gallery or ALL GALLERIES and then adding this code to it:
CSS
/*Hide Captions in Journal gallery style*/
.sm-tile-caption {
display: none;
}
CSSComments (10)
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Hello,
it doesn’t work.
Hey Richard.
Saying IT DOESN’T WORK does not help. Why don’t you include link to your gallery so I can take a look for you.
Hello -you’re right.
I’ve try it for the entire site, and nothing happen ?
Richard. Can you provide a link to one of your galleries?
https://redsierra.smugmug.com/Birds/F/Fou-de-Bassan/
Thanks Richard. The code that you used is to hide CAPTIONS in the Journal Gallery Style. What I think you want to do is to hide the TITLES instead. For this use this code instead:
.sm-tile-title {
display: none;
}
You’re right !
I’ve to put it both : for tittle and caption.
And i works now.
THANK’S for your help.
Great! I am glad I could help.
HI TOMASZ,
Can you help with hiding the keywords in Journal gallery style as well, please?
Thanks a lot!
Kira,
I can take a look – but you will need to provide a link to your journal style gallery.