• Hi guys

    Is there a way to reduce general font size of the new admin panel

    RQ: well done for the facelift

    joel

Viewing 12 replies - 1 through 12 (of 12 total)
  • Could you please note which device (etc.) is displaying the text too big?

    Thread Starter Joel REMY

    (@joel-remy)

    Yes

    Firefox

    thanks

    Thread Starter Joel REMY

    (@joel-remy)

    and also chrome

    Thread Starter Joel REMY

    (@joel-remy)

    Maybe just a thiner font wil be ok

    Could you please note which device

    I am sorry, but FireFox and Chrome are Browsers, not devices.

    Thread Starter Joel REMY

    (@joel-remy)

    Sorry imac OSX 10.9

    As with the OP, I’m also interested in knowing how to change the admin area font size. Since page styling is typically set via CSS, which _files_ must be modified? If the styling is hard-coded for some reason, core and theme PHP files might also need to be modified.

    I tried examining the admin page with Firebug but there are too many inheritance levels to find the right style setting.

    @andrzej: Will you please stop posting in other people’s topics. If you require assistance then, as per the Forum Welcome, please post your own topic.

    having a bad day… please remove my post.

    @joel,

    I assume you are using a large format high resolution screen with the iMac. If so (even if not), with focus on that page, use command and + key combo to increase view (and fonts) in your browser.

    If you edit the font sizes output by WP, you (or another) may some day view your site elsewhere and then have issue with font size and the resulting layout…

    That said, the stylesheet for the admin pages is easily found by either viewing the page source or inspecting an element on the page…

    To discover what CSS is output by your theme, use a web inspection tool such as Firebug: http://getfirebug.com/ , Chrome Inspect Element: https://developers.google.com/chrome-developer-tools/ or Internet Explorer 9+ F12 Dev. Tools: http://msdn.microsoft.com/en-us/library/dd565627(v=vs.85).aspx#csstool

    There are others.

    When editing CSS, use a Child Theme
    http://codex.wordpress.org/Child_Themes
    Custom CSS Plugin, or Theme provided custom CSS option.
    Edits to parent themes are lost on theme update.

    Learn CSS: http://www.w3schools.com/css/

    Passing from 3.7.1 to 3.8 i have the same problem on wordpress dashboard… text is too big.

    If i click on Post the size of the text is so big that disrupt all the normal alignment.

    I’m using a laptop with Windows 8.1.

    To reduce the Admin Panel font size, consider:

    – Admin theme CSS files live at wordpress/wp-admin/css/*
    – Admin styling is unrelated to main site themes
    – Admin CSS mods at child theme do not work, class selector scope conflict?
    – Each color scheme has unique styling at css/colors/*
    – Apply mods to minimized .min.css files, .css mods optional?

    This is what I’ve found when tweaking my system. The admin panel core developers may have additional advise.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Admin Panel Font size WordPress 3.8 too big’ is closed to new replies.