Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: Hi,
I have a blue line around the thumbnail of the picture that is visible as well as when I click a thumbnail.
I want to remove this blue line or change the color of it.
How can I make it?
A: For this purpose you should open slideshow.css file in any text editor and delete:
background-color: #FF9 !important; and background-color: #9FF; from the following code:
.slideshow-thumbnails a:hover {
background-color: #FF9 !important;
opacity: 1 !important;
.slideshow-thumbnails-active {
background-color: #9FF;
opacity: 1;
}
The color and the code can differ depending on the template but these colors are used on
>> active and hover state.
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.