Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: First, I really love your product. It is so easy to use.
I need assistance with VisualSlideShow descriptions please. The positions of the image captions (descriptions). How can this be manipulated i.e. size, position, font?
A: Open generated "slideshow.css" file in any text editor (for example, Notepad), find class "slideshow-captions" and change properties you need.
For example:
.slideshow-captions {
background: none repeat scroll 0 0 #000000; // background color
bottom: 50px; // position of description
color: #FFFFFF; // font color
font: 14px Tahoma,Arial,Helvetica; // font family, font size
left: 5px; // position of description
margin: 0 0 13px 13px;
overflow: hidden;
padding: 5px;
position: absolute;
z-index: 10000;
}
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.