Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    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;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Slideshow] Changing Fonts & Font Sizes.’ is closed to new replies.