Hide file name

Hi guys! In this topic https://rtcamp.com/support/forum/rtmedia/ you solved me the request to hide the file name.
But now it is hidden also the album title. Is it possible to hide the files names but show the albums titles?

Thanks a lot!

Sashanet

@sashanet - Add this extra style to your theme’s styles.css

.album .rtmedia-list-item .rtmedia-item-title {  
    display: block;  
}

@joshuaabenazer Great! Thanks!

Sashanet