Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
I have a Theatre-Vegas slideshow working almost to my liking on the home page of my test Backlight website:
www.collinsnet.us/backlight-test/
I would like to:
(1) Move the caption bar to below the photo (no gap).
(2) Change the color of the caption bar to the same color as my home page background so that the bar 'disappears', and the caption words remain.
I have not been able to find any settings or controls that allow me to do this. Is it possible to do this and, if so, how?
I have used custom css to center the caption by piecing together code from other posts (Thank you, Rod!), but I have no idea what the code might be to accomplish my caption objectives in css.
Thank you!
Doug
Offline
I don't think you'll be able to easily move the caption, that element is inside of the slideshow container. You might try experimenting in your custom css with positioning.
Using the inspector I couldn't find any css that controls the caption's background, though it must be there someplace.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thanks for looking into this. Maybe Matt will have an idea.
Doug
Offline
Afraid not. The caption is indeed a part of the slideshow container, so there's no good way of moving it.
Offline
Is there a way to change the color of the background bar for the caption?
Offline
Think I found it. Looks like the selector is:
.vegas_caption > .content
your background color is currently controlled by:
.vegas_caption > .content {
background-color: rgba( 0, 0, 0, 0.25 );
....more stuff...
}
so try adding a rule for the background color to your custom css and change color that way
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thank you! That is the selector that I needed for the background color. In addition to causing the bar to 'disappear' into my page background, it covered the bottom of my image with that color making it look like the caption is indeed below the image. With some images, that might not work, but I can select images that are okay with that 'cropping'. Have a look at my home page and you will see what I mean.
Again, thanks so much.
Doug
Offline