I have a page at https://sullivanssword.co.uk/gallery/video-gallery-copy/ which contains a Youtube video grid created in The Grid. It uses the Podgorica skin. It plays videos in a lightbox, where it displays the video title at the top.
How can I also display the title when hovering over each thumbnail? I’ve tried css along the lines of
.tg-item-title {font-size: 18px !important; font-weight: 400 !important;}
… but this has no effect.
Thanks.