Site URL: https://www.greenhealthpartnership.org/
Hi,
I'm building my site in 7.1 and I had a question about customizing dropdown menu colors. Each of the pages within my site has a different header color palette, and each of the dropdown menu color backgrounds seems to change depending on what page you're in (I think based on the color theme I have selected).
How do I customize these dropdown menus so that they mirror the header color palette of each page? I've seen someone recommend this:
/* Change dropdown menu background */
.header-nav-folder-content {
background: #(whatever color) !important;
}
But this option seems to change the menus for each page of the site.
I really appreciate any guidance you're willing to provide!