Dashboard black menu bar titles in italic style after 4.6 update
-
I noticed that after having updated WordPress from 4.5.3 to 4.6, when I access the website as an administrator, the Dashboard menu bar (and the related drop down menu) has charachters in italic style (instead of normal style), that change to normal style only if I select “Dashboard” to operate changes to the settings/contents of the site.
Opening “Analyse element” function, clicking the name of my website in the Dashboard menu bar, I found this code:
style_dynamic.css:1647
a, p a {
color: #c0c0c0;
font-style: italic;
font-weight: 500;
}If I unselect the flag at the left of “font-style: italic;” code, the text of Dashboard menu bar goes back to normal style.
Please, keep in mind that other two websites that I maintain, updated to WordPress 4.6 don’t suffer this anomaly.
- The topic ‘Dashboard black menu bar titles in italic style after 4.6 update’ is closed to new replies.