- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report