display the title of every image after opening an image
-
Hi, I am using NextGEN-Gallery to display images in a gallery-grid. Is there a chance to display the title of every image after opening an image? Method: After clicking, i.e. opening an image in the gallery-grid, the image title appears in the bottom line of the image, i.e. covers it. But I want to make the image title appear under the image - so: Max Mustermann (10. 02.1978) Jahrgang 1983: Klassenliste 8e I've tried to achieve this via css programming, but I can't. Default css code where the image title appears in the bottom line of the image: .sl-wrapper .sl-image .sl-caption { display: none; padding: 10px; color: #fff; background: rgba(0, 0, 0, 0.8); font-size: 1rem; position: absolute; bottom: 0; left: 0; right: 0; } If I call the inspector in the browser (firefox) and uncheck "bottom", the image title appears under the image. I have now entered the following as additional CSS in the customizer: .sl-caption .pos-bottom { bottom: 1; } But this setting does nothing. Can someone help me or tell me how to proceed. Reg Jochen
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘display the title of every image after opening an image’ is closed to new replies.