Here are the image links be default on one of our themes.
Now, we want to move the captions below the image links. To do this we need to insert some custom CSS.
#master #wrap .wc-image-links .gallery-caption { top: auto; position: relative; max-width: none; } #master #wrap .wc-image-links .gallery-caption h3 { width: 100%; top: 0px; }
Here is what it should look like.