Use Custom CSS to Customize Your Gallery Captions

We are going to use CSS to create fancy image titles using our image captions. First, edit your gallery in your dashboard.

Screen Shot 2015-01-12 at 4.13.57 PM

Screen Shot 2015-01-12 at 4.37.35 PM

Now insert the following custom CSS. Modify it however you wish.

#wrap .custom-gallery .gallery-caption {
    top: 0px;
    bottom: auto;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
}
#wrap .custom-gallery .gallery-caption h3 {
    margin: 0px auto;
    display: inline-block;
    padding: 0.5em 0.8em;
    background-color: #FFF;
    color: #ABC3C3;
}

Insert your custom CSS in your custom CSS editor.

Screen Shot 2015-01-12 at 4.13.38 PM