For some reason the menu item description font color is not what I have set it as. It is set to black in both the color scheme as well as the options in the Menu tab. In the inspector it appears to be controlled by the accent color.
Please check and ensure that you have adjusted the font in the Salient > Header Navigation > Color scheme and ensure that the color is black in the dropdown/megamenu section.
Add this CSS to add a border around the submenu. You can adjust the CSS to suit your needs. You can also share a screenshot of what you'd want this to look like so we can adjust the CSS for you.
#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li ul {
border: 1px solid #000;
}
Hi there!
is it possible to change the opacity of the dropdown menu?
thank yoU!
Hello Rian,
Thanks for writing in!
Yes you can change the opacity from here :
I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.
Best regards,
oh lord, sorry I missed that!
For some reason the menu item description font color is not what I have set it as. It is set to black in both the color scheme as well as the options in the Menu tab. In the inspector it appears to be controlled by the accent color.
Attached files: Screenshot 2024-04-02 at 5.26.34 PM.png
Screenshot 2024-04-02 at 5.27.26 PM.png
Hi Rian,
Thanks for writing back.
The colors may be getting overridden. I request you add the CSS below to be implemented on priority.
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.
Best regards,
Hi Judith,
Thanks for your help! The code sort of fixed the issue but turned some other text white and put a shadow behind the description.
I checked all my custom css and can't find anything that I changed to that color that might be overriding it.
Also, is it possible to put a border around the submenu?
Attached files: Screenshot 2024-04-03 at 9.27.06 AM.png
Hi Rian,
Thank you for reaching out to us.
Please check and ensure that you have adjusted the font in the Salient > Header Navigation > Color scheme and ensure that the color is black in the dropdown/megamenu section.
You can also check if you have changed the color of the menu items to white in the Salient Menu Options. We have a guide that can help you with this https://themenectar.com/docs/salient/salient-menu-options/.
Alternatively, add this to the Custom CSS box in your Salient Theme Options panel:
Try these and let us know how it goes.
Thanks,
Thanks Andrew,
Is it possible to put a border around the submenu?
Hi Rian,
Thank you for getting back to us.
Add this CSS to add a border around the submenu. You can adjust the CSS to suit your needs. You can also share a screenshot of what you'd want this to look like so we can adjust the CSS for you.
Try this and let us if it works for you.
Regards,