- 20 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Content Editor Styling
- Updated on 20 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
You also can display your custom font styles in the admin panel by adding them to the /assets/css/screen.min.css file. This will help the backend to match the fonts on the front end as closely as possible.
The file is in the FTP under www > assets > css > screen.min.css.
Updating default font styles
Add the styles used on your front-end site to the screen.min.css file. After clearing your browser's cache, the font styles can be seen in the Content Editor.
Adding additional styles
To make the additional styles available in the Styles menu within the Content Editor, you will need to edit the /admin/styles.js file. Note: Pay special attention to the js syntax to ensure it will work properly.