Hide file name

Hi guys! How could I hide the file name during the visualization of the medias uploaded?

Hi @sashanet,

I’m not getting “during the visualization of the medias uploaded”.

Are you talking regarding the upload process or something else.

Hi @riteshpatelrtcamp. I’m talking about the image attached. I’d like hide the file names. So I’d like view only the images, not the file names. Do you undestand?

www.mybizmeet.com

Attachment Link(s):

@sashanet,
Put this css code in your theme css file to hide the media title.

.rtmedia-list-item .rtmedia-item-title {  
	display: none;  
}
1 Like

Great! Thanks a lot @riteshpatelrtcamp!