CSS to hide captions in masonry view except Albums

Hello the new update has change some custom CSS that use to work.

I want to hide all captions in the masonary views unless it is on the Albums page where I want the captions showing. http://example.com.com/members/username/media/album/

Hello @raytronx,

To hide title from media tab and keep it to album tab, try using below piece of code into Custom Css tab under rtMedia admin settings:

.rtmedia-list-media.masonry .rtmedia-item-title { display: none; }

Just to make sure, can you specify which custom css code you were using prior to new update which is not working now?

Thank you.

1 Like

Worked, thanks!

Glad to know that your issue has been solved.

You are welcome @raytronx.

I am closing this thread, feel free to create new if you face any other issue.

Thank you.