36a7 Larger titles in image viewer slideshow
  • Visual SlideShow

  • FAQ

I want to make titles of images bigger. How can I do it in image viewer slideshow?

Q: I use your VisualSlideShow and created an awesome slideshow. I need one more thing...
Please tell me what I have to do to make the text size of the titles in the bottom left corner bigger?

A: Open "slideshow.css" file in any text editor (for example, Notepad), find following lines:

.slideshow-captions {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font: 12px/22px Arial,sans-serif;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    z-index: 10000;
}


and set values you need for "font" parameter.

Related

0