x

Image Caption Positioning

I want to create a portfolio gallery page for my work, and so far everything is okay except for the captions. (site: joanneloo.com)

I want to click on the photos, which opens the lightbox and caption, but I don't want that caption to appear in the thumbnails/mouseover.

Would greatly appreciate if someone could shed some light on this!

Thanks,

Joanne

4,010 Views
Message 1 of 3
Report
2 REPLIES 2

Hi Joanne, 

What you're trying to do is not possible in the editor (yet), but maybe you could use some HTML to accomplish what you're tring to do. I don't know how good you are with HTML and CSS but you'll have to do something like this:

I've looked up the div class for the thumbnail caption, so what we'll have to do is to set this display to none. Go to the HTML/CSS editor and open the CSS tab, make some room at the top and try entering the following:

div.galleryCaptionHolder partialImageGalleryCaption {

display: none;

}

I guess that should do. Only downside is that this makes all thumbnail captions invisible on the entire website.

3,999 Views
Message 2 of 3
Report
Square

One other option you could consider is checking out some of the gallery Apps in our App Center:

https://www.weebly.com/app-center/search/gallery

Some of these might work better for you, although I couldn't say offhand if any have the caption control you're looking for.

3,994 Views
Message 3 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.