Gallery Album Titles

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?

Comments

  • acrylian Administrator, Developer

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

  • i'm using the libratus theme

  • acrylian Administrator, Developer

    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.

  • 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?

  • acrylian Administrator, Developer

    what is the most popular /nicest theme?

    That you really have to decide for yourself.

  • 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

  • fretzl Administrator, Developer

    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;
    }
    
Sign In or Register to comment.