Support » Plugin: Slideshow » Title & Description

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

    (@stefanboonstra)

    Image descriptions cannot yet be disabled. This will probably be available in version 2.2.0, though.

    To hide all description box’s titles, you can apply a little CSS work-around. To edit a slideshow’s CSS set the style setting to ‘Custom’. In the custom style editor that appears, look up the ‘.slideshow_container h2 {‘ line and adapt it so that it looks like this:

    .slideshow_container h2 {
    	margin: 5px;
    	font-size: 25px;
    	display: none; /* Add this to make the titles disappear. */
    }
    Thread Starter njackson81

    (@njackson81)

    Awesome job Stefan, Thank You for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title & Description’ is closed to new replies.