Hi,
I’m encountering an issue with the menu text in my Global Header. The text in the menu (Home, Travel, Culture, Economy) displays perfectly fine on the live site, but it is not visible when working in Cornerstone’s editing view.
Here’s what I’ve tried so far:
- Verified that the background of the menu is white and the text color is set to a visible color (#0a2540).
- Checked that the menu is functioning correctly on the live site, confirming there’s no issue with the menu setup itself.
- Tested various Cornerstone Preview settings (e.g., toggling “Element Conditions,” “Element Toggles,” and “View on Frontend”)—none of these resolved the issue.
- Added custom CSS to force the text color and visibility:
.x-menu .x-menu-item {
color: black !important;
z-index: 9999;
}
This had no effect in Cornerstone’s editing view.
It seems like the issue is specific to how Cornerstone renders the header in the editor. Could it be that dynamic rendering or some CSS/JavaScript isn’t fully loading in the editing environment?
Here’s my setup:
- Theme: Pro
- WordPress Version: 6.7.1
- Pro Version: 6.5.11
- Global Header contains an inline navigation menu (ST Navigation Inline).
Any idea what’s causing this?
Thanks in advance for your help!