Yes, the menu bar IS transparent!
-
I’ve read the previous post on this topic at https://www.ads-software.com/support/topic/transparent-menubar/. Despite a rather dismissive response there that assures the OP that no such issue currently exists, I’m here to tell you definitively that it most certainly does exist.
I’m running a fresh install of WP with a fresh install of the latest version of tinyMCE advanced. When scrolling down a long post or page, the MCE editor’s mnemonic menu (File, Edit, etc.) white background color becomes transparent and you can see the text through it.
This fluke exists and, as noted by the OP in that original thread, is caused by a background: transparent;” entry in the CSS code of TinyMCE Advanced. You will find that code on the line 1 of the CSS file located at “/wp-includes/js/tinymce/skins/lightgray/skin.min.css“. There, you will find the entry:
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {background: transparent;
…etc.Remove it and the transparency ceases to be a troublesome and irritating problem.
The Crusty Curmudgeon
you’re frickin’ welcome
- The topic ‘Yes, the menu bar IS transparent!’ is closed to new replies.