Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #394787

    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.

    #395172

    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

    #397248

    How would I have the caption sitting in a white box? When I change the background: none to white it doesn’t do anything.

    #397254

    All good. Worked it out. Thanks for your help :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘issues with slideshow gallery captions’ is closed to new replies.