Hi,
I’ve looked into your header menu color issue, and it seems that the menu link colors might not be updating as expected due to conflicting settings. If the color is currently set to white (#fff
), the links may appear black by default. Here’s how you can fix it:Option 1: Adjust the Color in Elementor
- Open your Elementor editor and navigate to the header menu section.
- Ensure the link color is explicitly set to your desired color Black than use #fff (set white for black)
- Save your changes and refresh the site to check if the update is applied.
Option 2: Use Custom CSS
If the Elementor settings aren’t applying correctly, you can use the following custom CSS code to fix it:
css
CopyEdit
.elementor-1590 .elementor-element.elementor-element-e0892b3 .m-neuron-nav-menu .menu-item > a { color: #ffffff !important; }
Here’s how to add this CSS:
- Go to WordPress Dashboard > Appearance > Customize > Additional CSS.
- Paste the code above and publish the changes.
Screenshot for clarification! https://prnt.sc/wlqf57Fs92za
Best regards,