SharePoint List - Hide the title

Martin, Heidi (SE GP T SP PS) 571 Reputation points
2023-12-15T10:54:47.5066667+00:00

Hello,

Is it possible to hide the list title in a SharePoint list? Thank you!

User's image

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ling Zhou_MSFT 23,605 Reputation points Microsoft External Staff
    2023-12-18T02:34:25.5066667+00:00

    Hi @Martin, Heidi (SE GP T SP PS),

    Thank you for posting in this community.

    We apologize that we don't have an out-of-the-box way to hide the name of the list. This is designed by SharePoint Online.

    If you really need to remove the name of the list, you could deploy the modern script editor web part for your site. Then use this CSS code to hide the list name in the script web part.

    Please note that this CSS code will affect all lists on your site.

    <style>a[aria-label='See all']{display:none !important;}span.heading{display:none !important;}</style>
    

    You can follow this article to deploy the modern script editor web part for your site:

    SharePoint Online: How to install Modern Script Editor Web Part for SharePoint Online Modern Site.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Martin, Heidi (SE GP T SP PS) 571 Reputation points
    2023-12-18T05:32:44.7+00:00

    Thank you so much!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.