Hi everyone, I have a hover effect with some text on it within a pro slide gallery that has seven boxes. Whenever you hover over a box, it gets filled with a green overlay and text appears in the middle. The text is a paragraph added in the description box of the manage gallery section.
I’d like to increase the line spacing in the description box, but there’s no option in the settings (I can only adjust horizontal padding). Does anyone have any ideas on how I could code this? I tried using line-height but nothing happened, I used this code:
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover { line-height: 8px; } div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded { line-height: 8px; }If anybody can help a bit. This is the green hover with the text in the middle.