Member
Member
weswitt   2023-01-17, 16:23
#1

I searched through the forum but found no answer.

In the gallery where the album thumbnails are displayed the title of the album only appears when you mouse hover over the thumbnail. I'd like the album title to be displayed always, regardless of hover. I don't find an option for this. Any ideas how I can make this work?

Administrator
Administrator
acrylian   2023-01-17, 16:38
#2

Please mention which theme you are referring to. On all included standard themes the album titles are actually always displayed.

Member
Member
weswitt   2023-01-17, 17:04
#3

i'm using the libratus theme

Administrator
Administrator
acrylian   2023-01-17, 17:09
#4

If that theme has no option - which I don't know offhand - you sadly would have to customize/modify it by code, presumely the CSS that controls that.

Member
Member
weswitt   2023-01-17, 18:38
#5

thanks. i switched back to basic theme until i get the site all created & populated with photos. and the title does display correctly with the basic theme.

what is the most popular /nicest theme?

Administrator
Administrator
acrylian   2023-01-17, 19:07
#6

what is the most popular /nicest theme?

That you really have to decide for yourself.

Member
Member
railroad   2023-02-28, 10:49
#7

zpArdoise est un thème simple en dark ou en clair. L'autre thème est zpboutstrap le même mais responsive. Je préfère l'interface de zpArdoise. Mon site en construction : philippedeletree.eu

Administrator
Administrator
fretzl   2023-02-28, 17:36
#8

In your theme folde find the file style.css (/themes/libratus/css/style.css)
and copy this code to the bottom of the file.

.jg-caption {
    display: block !important;
}
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.