Hi, im having a few issues with the Portfolio Slideshow Gallery image Captions.
On all browsers the image captions only display when the user rolls their mouse over the image, and the image fades slightly when this happens. I would like the image captions to display all the time. And in Firefox the captions don’t display at all. I used the following code to get them to display but they are not displaying in the correct position.
/*@-moz-document url-prefix() {
.avia-caption {
position: inherit;
padding-top: 30px;}}*/
Thanks in advance for your help.
Hi fonterra!
Try this instead.
.avia-caption {
background: none repeat scroll 0 0 transparent !important;
position: absolute !important;
top: 40px !important;
width: 600px;
}
Regards,
Elliott
How would I have the caption sitting in a white box? When I change the background: none to white it doesn’t do anything.
All good. Worked it out. Thanks for your help :)