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

    (@stefanboonstra)

    Hi Dave,

    Internet Explorer 7 seems to apply the website’s text color to the description’s text. To set it to white again (which it should be by default), set the slideshow’s settings to ‘custom’ and in the custom CSS editor do the following:

    .slideshow_container h2 {
    	margin: 5px;
    	font-size: 25px;
    	color: #fff; /* Add this to set the title's text color to white. */
    }
    
    .slideshow_container p {
    	margin: 7px;
    	font-size: 15px;
    	color: #fff; /* Add this to set the description's text color to white. */
    }

    Best regards,
    Stefan

    Thread Starter Dave Kennedy

    (@dave-kennedy)

    Thanks Stefan, very much appreciated.
    One very last question for you.
    Is it possible to make to text description box appear below the actual image instead of at the base of the image itself.
    Thanks
    Dave

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    No, I’m sorry. Descriptions are still part of the slideshow, which means that when they fall off, they’re hidden from sight like the slides are.

    Version 2.2.0 will support separate descriptions, but it’s still in early development.

    Thread Starter Dave Kennedy

    (@dave-kennedy)

    Thanks again Stefan.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE text problem’ is closed to new replies.