Support » Plugin: Slideshow » Dark Style but change font size

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

    (@stefanboonstra)

    That’s correct, the font sizes can be changed through the custom style editor.

    The problem of the custom style editor is that it only lets you customize the ‘light’ style design of the slideshow. This is something that will be improved soon.

    In the mean time you could look up the ‘dark’ stylesheet of the slideshow by going into your WordPress installation and looking for this folder: ‘wp-content/plugins/slideshow-jquery-image-gallery/style/SlideshowPlugin/‘. In this folder you’ll see the file ‘style-dark.css’. Open it with any text editor and copy its contents. After copying, return to the slideshow and paste the copied stylesheet into the custom style editor. You can now adjust the font size settings.

    Thread Starter jkwriter

    (@jkwriter)

    Thanks Stefan — I was able to follow your instructions and make it work.

    One other thing that happened (prior to going the custom route, but is present in the custom slideshow I’ve posted) is that the font changed to italics. Any idea as to what might have caused that? I’ve only got content in the ‘Title’ field.

    You can see it here: http://www.popservations.com/best-of-2012/top-100-tracks-of-2012/

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    I see that WordPress is influencing the slideshow’s output by putting it in ‘<i>‘ tags. To solve this, go into the custom style editor again and in the title’s CSS, add the following line:

    font-style: normal;

    This takes away the italic font style from the title.

    Thread Starter jkwriter

    (@jkwriter)

    Thanks, Stefan — that did the trick!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dark Style but change font size’ is closed to new replies.