Change the Link Color in the Dropdown Menu
What does this code do?
This code snippet will allow you to change the color of the links in the dropdown folder menu in the header.
Code Snippets
Copy and paste this code into Custom CSS
/* Links in Dropdown Folder */ .header-nav-folder-content a{ color: black !important; }
How To Use It
Copy and paste the code as indicated above.
Edit the color.