BuddyDev

Search

[Resolved] Hide filename

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #16135

    I need to hide file name on every single publication, my users upload files from their phone with long names, I had this
    .widget_mpp_media_list_widget .mpp-media-title { display:none;}

    But is not working anymore.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #16138

    Hi Oscar, you may use

    
    .mpp-media-title{
     display:none;
    }
    
    

    To hide from everywhere. It may have some side effects though.

You must be logged in to reply to this topic.

This topic is: resolved