Make it look like it's actually from 2016 ;-)
-
Put this in your functions.php file:
/* Admin CSS */ add_action('admin_head', 'custom_admin_css'); function custom_admin_css() { echo '<style> #custom_dashboard_widget > div > h4 { display: none!important; } .main_bashboard_widget_button a { padding-top: 25px!important; border-radius: 0px!important; } #dashboard-widgets .inside h3 { font-family: "Open Sans"!important; } </style>'; }
… and thank me later ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Make it look like it's actually from 2016 ;-)’ is closed to new replies.