How to customize SharePoint Page Features

Keegan Clarke 0 Reputation points
2024-10-08T09:28:59.39+00:00

Hello All Super users,

I created a new SharePoint page and am exploring customization by using the devtools to get some standardization on the page by having the width of all the buttons the same. I am able to change the width in devtools but after refreshing the page it resets to default settings. How do i save the changes?

Please see snapshots below before change:User's image

After change:User's image

Microsoft 365 and Office SharePoint Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,596 Reputation points Microsoft External Staff
    2024-10-09T02:08:41.1233333+00:00

    Hi @Keegan Clarke ,

    Welcome to Q&A forum!

    To save your customizations in SharePoint, you need to apply your changes using a method that persists beyond page refreshes. Since changes made directly in the browser's developer tools are temporary, consider using SharePoint Framework (SPFx). Since you are using modern SharePoint, consider developing a custom web part using the SharePoint Framework. This allows you to implement your styles and functionality in a way that is supported by SharePoint.

    For your reference:

    Customizing "modern" site pages

    Good day!


    If the answer is helpful, please click "Accept as 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.


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.