Is there a way to add a picture on top of our list view using the modern UI

Steel Contributor

Inside classic layout i can edit the list view page and add a web part to show an image on top of the list fields as follow:-

 

editadd.png

 

but if i switch to modern UI i will lose the ability to edit the list view page. so my question is how i can show a picture above the list fields (above the "+ New Item link")inside modern UI? is this possible?

Thanks

1 Reply
Hi, as per the best practice, that is not possible and even if you inject custom CSS through the spfx extension, later on when there is an update to the classnames or modern UI, the extension won't work. Maybe you can use the spfx extension to add an image checking for the list URL and then displaying the image at the top.