Dear Stefan,
I like using your plugin - slideshow.
However, I need to change the font type and size. How do I do this?
Thanks.
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
Dear Stefan,
I like using your plugin - slideshow.
However, I need to change the font type and size. How do I do this?
Thanks.
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
Hi Creationhub,
As of version 1.3.0 it's possible to change the looks of each slideshow by selecting the 'Custom Style' option and adapting it.
In your case: You'd want to scroll all the way down and change the aspects of the 'descriptionbox' class.
.slideshow_container .descriptionbox h2 {
font: someCoolFont;
font-size: (x)em;
}
.slideshow_container .descriptionbox p {
font: wayCoolerFont;
font-size: (x)em;
}You must log in to post.