VISUAL SLIDESHOW & WEBSITE MAKER

Create your website – free, responsive, on your own!

Create awesome mobile-friendly slideshows and websites. No coding and free.

HOW VISUAL WEB MAKER WORKS

VISUAL SLIDESHOW WEBSITE BUILDER

Try now, it's free! You can use it for free to create sites for your and your clients' purposes!

DOWNLOAD FOR WIN DOWNLOAD FOR MAC

SLIDER / SLIDESHOW

GALLERY / PORTFOLIO

MOBILE / DROPDOWN MENU

Is it possible to change the frame of the thumbnails in slideshow program?

Q: Is it possible to change the frame of the thumbnails?
I don't like blue or yellow...
Thanks

A: You should find the following code in engine/css/slideshow.css file:

.slideshow-thumbnails a {
        display: block;
        float: left;
        padding: 5px;
        position: relative; 
}



and set value of 'padding' parameter to '0px':

.slideshow-thumbnails a {
        display: block;
        float: left;
        padding: 0px;
        position: relative; 
}



Or you can change color of the thumbnail frames in
engine/css/slideshow.css file.
Just find the following code:

.slideshow-thumbnails a:hover {
        background-color: #FF9 !important;
        opacity: 1 !important;
}

.slideshow-thumbnails-active {
        background-color: #9FF;
        opacity: 1;
}
.slideshow-thumbnails-inactive {
        background-color: #FFF;
        opacity: .5;
}



and set values you need for 'background-color' parameters.

VISUAL WEBSITE BUILDER

Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.

DOWNLOAD FOR WIN DOWNLOAD FOR MAC