• Resolved tconner

    (@tconner)


    Hi! I’ve created multiple slideshows of different sizes using this wonderful tutorial and they are working fine. I also used the advice in this thread to add captions with a title and excerpt. But now I am wondering if it is possible to customize the captions for different slideshows. For example, can I add a title and excerpt to one slideshow and only a title to another? Can I specify things like font size, alignment, etc. for only certain captions? Any advice would help!

    Thanks, and I love the plugin!

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, you can do this by targeting the ID of a specific slideshow. Like on my homepage, the slideshow has an ID of “meteor-slideshowhome”. So I could use that ID to make just the homepage captions bold:

    #meteor-slideshowhome .meteor-caption {
    font-weight: bold;
    }

    Or I could hide the captions for that slideshow:

    #meteor-slideshowhome .meteor-caption {
    display: none;
    }
    Thread Starter tconner

    (@tconner)

    Works like a charm! Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Caption Styles for Different Slideshows’ is closed to new replies.