Can we really change the font style of the Umbraco UI?. We would like to have different font-size and font-family for the treeview on left, tabs and controls within the right.
This is very easy to do, just edit the CSS file used to define the Umbraco theme under: \umbraco\css\cms.css
Also, it looks like the Umbraco backend uses the DependencyHandler.axd, so to 'see' your CSS changes you'll need to increment the Version number in the DependencyHandler.config file.
Change font style of all objects in umbraco ui
Hi to all,
Can we really change the font style of the Umbraco UI?. We would like to have different font-size and font-family for the treeview on left, tabs and controls within the right.
This is very easy to do, just edit the CSS file used to define the Umbraco theme under: \umbraco\css\cms.css
Also, it looks like the Umbraco backend uses the DependencyHandler.axd, so to 'see' your CSS changes you'll need to increment the Version number in the DependencyHandler.config file.
Changing the font used in the code editors (Umbraco version 6.x):
Step1: /Umbraco_Client/CodeArea/styles.css
Step 2: Update version number in /Config/ClientDependency.config
Step 3: Refresh Umbraco backend
is working on a reply...