JoyFreak Well-known member Feb 25, 2019 #1 I want to display the title of the media at all times and not only when hovered. How would I do this?
I want to display the title of the media at all times and not only when hovered. How would I do this?
JoyFreak Well-known member Feb 25, 2019 #2 Had a little play about.. For those interested, Extra.less: Code: .itemList-itemOverlay { position: static; height: 22px; } .itemList-itemOverlay .itemInfoRow-status { display: none; } Upvote 0 Downvote
Had a little play about.. For those interested, Extra.less: Code: .itemList-itemOverlay { position: static; height: 22px; } .itemList-itemOverlay .itemInfoRow-status { display: none; }
Ozzy47 Well-known member Feb 25, 2019 #3 Sweet, glad you figured it out and thanks for sharing the solution. Upvote 0 Downvote