In some scenarios, it may be helpful to perform some adjustments to your Classic theme's .css file, accommodating for any needed adjustment.
This being the case, and for small theme adjustments, you're able to modify your theme package so as to achieve the required result.
Due to BindTuning's Design (themes) subscription offering unlimited customizations and downloads, it is recommended to generate a new theme, if you're looking into changing its corresponding look-and-feel.
Info: SharePoint Designer is required in order to accomplish the steps described in this article. If you need to download it please follow this link .
To edit your theme's .css file, proceed as follows:
For Sandbox Solutions (Office 365 - Classic Experience and SP2013/SP2016/SP2019)
- Open your site with SharePoint Designer;
- Go to All Files > Style Library > THEMENAME;
- Check out and edit in advanced mode file THEMENAME.css;
- Add your custom code to the bottom of the file;
- Save, check in and if asked, publish a major version;
- Refresh your browser using CTRL + F5.
For SP2013 Farm Solution
- Go to:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\1033\STYLES\THEMENAMEPackage\THEMENAMEPackage\THEMENAME.css
- Add your custom code to the bottom of the file;
- Save;
- Refresh your browser using CTRL + F5;
- If changes are not immediately visible, reset your IIS.
For SP2016 Farm Solution
- Go to:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\TEMPLATE\LAYOUTS\1033\STYLES\THEMENAMEPackage\THEMENAMEPackage\THEMENAME.css
- Add your custom code to the bottom of the file;
- Save;
- Refresh your browser using CTRL + F5;
- If changes are not immediately visible, reset your IIS.
For SP2019 (Classic Experience) Farm Solution
- Go to:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\TEMPLATE\LAYOUTS\1033\STYLES\THEMENAMEPackage\THEMENAMEPackage\THEMENAME.css
- Add your custom code to the bottom of the file;
- Save;
- Refresh your browser using CTRL + F5;
- If changes are not immediately visible, reset your IIS.
Note: If you're looking into adding custom styles on your Modern SharePoint pages, refer to this article.
where in the .css file do i change the diagonal background color for the ignite theme?
I have this exact same question. How do you edit the colors in the .css file for the ignite theme??
On the next article, you have the location of the file. To edit the CSS of the theme, you need to inspect the element that you want to change, usually in the explorer of the browser, locate the CSS you want to replace in this theme, and them change it.