Problem with color branding on Mega Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2023 03:50 PM
I'm currently working on setting up EC for a client and I've got everything figured out with the colors for branding except 1 thing and it's got me stumped. When i click on Information Technology in the mega menu, the words disappear. Before clicking on the mega menu
When I click on Information Technology
Here's what the color selection of the text and the brand are set at in the branding editor
Like I said, I'm at a loss at to what to do at this point. Any help is greatly appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2023 05:18 PM
@KeithM1
The navbar link hover is white by default. In branding editor, do you see section Navbar? Set the Navbar link hover to something other than white. It is too light for Navbar divider color in your branding.
Please mark this as helpful or as answer if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 06:21 AM
That's what I thought too. I changed the color again to make sure I haven't missed something:
When I hover over the menu, it changes color
When I click on the menu, this happens again:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 08:21 AM
@KeithM1 OOB Employee Center Navigation widget uses same color for both hover and selected item.
You can check the CSS variables in the widget for .navigation-menu-item :hover and .selected-item, both use $navbar-inverse-link-hover-color for color. Have you customized anything?
I applied same colors from your theme for all sections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 10:26 AM
I found what you were talking about in the OOB widget and i think that is the issue. In order to change it I have to clone the widget. My next question, how do I apply the new widget to the mega menu?