Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • praveity 100 posts 125 karma points
    Jun 15, 2011 @ 07:36
    praveity
    0

    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.

  • Drew 165 posts 340 karma points
    Jun 16, 2011 @ 14:50
    Drew
    0

    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.

  • Arjan H. 226 posts 463 karma points c-trib
    Sep 11, 2013 @ 14:15
    Arjan H.
    0

    Changing the font used in the code editors (Umbraco version 6.x):

    Step1: /Umbraco_Client/CodeArea/styles.css

    .CodeMirror {
        border: none !Important;
    font-family: "Source Code Pro", Consolas, Courier;
        font-size: 12px !Important;
      }

    Step 2: Update version number in /Config/ClientDependency.config
    Step 3: Refresh Umbraco backend 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies