The process of building custom solutions for SharePoint Server.
Hi @Tevon ,
If you are using a classic page, you can use CSS in master pages. Please refer to the following steps
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-css-to-brand-pages
If you are using a modern page, we are unable to change the css by script editor or master page. You can create custom web parts or migrate your existing script editor web parts to the SharePoint Framework.
For SharePoint Framework, you can follow the steps to apply a spfx webpart.
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview
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.