How to keep Slideshow caption - hide grey caption box!
ExtraFantastic
Registered Users Posts: 13 Big grins
Hello,
I'm trying to display captions under my images in Slideshow mode but don't want the grey caption box.
I can nix the box by using the following CSS code but not without losing the text as well:
.sm-tile-info
{
display: none;
}
and using 'display: hidden;' appears to do nothing.
Any idea how to handle this?
p.s. My site hasn't been published yet so I've attached an image of the problem area.
Thanks in advance!
I'm trying to display captions under my images in Slideshow mode but don't want the grey caption box.
I can nix the box by using the following CSS code but not without losing the text as well:
.sm-tile-info
{
display: none;
}
and using 'display: hidden;' appears to do nothing.
Any idea how to handle this?
p.s. My site hasn't been published yet so I've attached an image of the problem area.
Thanks in advance!
0
Comments
Of course you would have to replace the 123123 with the actual color of your site
If that does not do the trick for you, could you set up a gallery with a slideshow on your current site with the captions showing what you're thinking about an maybe only open it for "people with the link" and then give us a link here?
That way it would be much easier for those of us who don't have slideshows with captions to try to help you out.
Good luck
Lille Ulven
.sm-tile-content > .sm-tile-info {
background-color: rgba(0, 0, 0, 0) !important;
}
Thanks again!