Custom CSS to backend
Hi all,
I'm using Sitefinity 7.
Is there a simple way to add a custom CSS file to be used by Backend, instead of creating a whole theme?
Thank you.
Jack
Hi,
If you want to change the style of a specific backend page you can easily do this by adding a CSS widget with your CSS on the backend page. All backend pages are located in Administration -> Backend Pages. If it is something which concerns the fronend pages, such as the PublicWrapper, you can place a CSS widget on the frontend pages. Please not that you should use !import to override the default css.
In case that there is no backend page you need to change the backend theme of the project. Please refer to this forum thread for further reference.
Regards,
Stefani Tacheva
Telerik
thank you...