Viewing 1 replies (of 1 total)
  • Plugin Author ryansommers

    (@ryansommers)

    Hi Tatjana!

    To update the CSS correctly, you’ll have to update the slate.scss file in the css folder. Because it’s a .scss file, you’d have to use a CSS preprocessor to compile it into normal CSS.

    So, not the easiest unfortunately :/

    But if you really just wanna play with font sizes, you can try adding this to the end of the normal slate.css file:

    #adminmenu div.wp-menu-name {
    font-size: 14px;
    }

    And for the submenus,

    #adminmenu .wp-has-current-submenu ul > li > a {
    font-size: 12px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Font size’ is closed to new replies.