SP Easy Image Gallery : Number Of Photos Always Displayed In Thumbnails - Question | JoomShaper

SP Easy Image Gallery : Number Of Photos Always Displayed In Thumbnails

Django

Django

Extension 2 years ago

Hello In the parameters of the menu link to a category of galleries, even if we select "No" to "Show image count", the number of images are displayed below the title of each thumbnail. See Hidden content :

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #16640

Hello Django

This setting is applicable for Image Popup only.

Screenshot at May 07 08-59-02.png

Screenshot at May 07 08-57-41.png

Please use this CSS to Template Options -> Custom Code -> Custom CSS to hide it in the thumnbnail.

.speasyimagegallery-album-info .speasyimagegallery-album-meta{
    display: none;
}

Best regards

0
Django
Django
Accepted Answer
2 years ago #16658

Thanks a lot Ofi ! Another question that my client will probably ask me : how can we have the titles of all the images of a gallery always displayed (with linear-gradient in background) ?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #16663

Try this CSS to Template Options -> Custom Code -> Custom CSS

.speasyimagegallery-gallery-item-title{
    color: #000;
}
.speasyimagegallery-gallery-item-content{
    opacity: 1 !important;
}
0
Django
Django
Accepted Answer
2 years ago #16664

Perfect ! And you even thought to put the text in black, to have the grey background only on hover ! Thanks a lot for your fast and efficient help.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #16682

You are welcome

0