• Hi there,

    first, THANKS for the great plugin. Its working perfectly fine for me.
    I just have one question regarding the caption.
    I have included a full width slider on my page with several images.
    In the slider option you can add a caption to each slider item.
    This caption has a transparent black background.
    Is there a possibility to change the caption in such a way that the black background is removed and that the actual text appears in the center of the whole slide with a bigger font?

    Thanks in advance for your help

    https://wordpress.org/plugins/ml-slider/

Viewing 1 replies (of 1 total)
  • Hi there,

    Have you seen our styling documentation:
    http://www.metaslider.com/documentation/styling/

    Something like this should do the trick:

    .metaslider .caption-wrap {
    background: none !important;
    }

    .metaslider .caption,
    .metaslider .cs-title,
    .metaslider .nivo-caption {
    background: none;
    text-align: center;
    font-size:20px;
    }

    Tweak the above to suit and then add it to your theme’s style.css file.

    Thanks,
    Dave

Viewing 1 replies (of 1 total)

The topic ‘Change style of caption’ is closed to new replies.