• Congratulations for this wonderful little plugin.
    Do you think it could be possible to add some options in the shortcode for the caption ? For example : being visible inside the picture, maybe font size and background ? It would become my favourite plugin ! ??
    Once again, thanks for your time.

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

    (@bluenotes)

    I don’t think I would add that as it defaults from what your theme provides but you can of course style it pretty easily with CSS.

    .bne-gallery-extended .caption-description {
        font-size: 15px;
    }
    
    Thread Starter mhemart

    (@mhemart)

    Thank you for your prompt answer. My problem is that I don’t understand easily what “keywords” like .caption-description for example I have to use to adapt my CSS theme. This is the first time I try to adapt it so all advice are welcome (I started to play work simple CSS).

    Plugin Author Kerry

    (@bluenotes)

    You would just copy that to your custom CSS area of your theme or within the WP Customizer. The CSS above targets the caption area and sets a font size of 15px.

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