Drop Down Menu Color

Hi so the drop down menu color is using bootstrap instead of the color selected. I went specific to make it target the exact menu items and still no luck. Any help would be lovely.

The site is theboxsock.com

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*change drop down menu color and hover*/
ul.dropdown-menu a:hover {
    background-color: white;
}
ul.dropdown-menu {
    background-color: #f2f2f2;
}

Best Regards,
Support

wasn’t exactly what I needed, but I was able to work with this to achieve my goal! thankyou very much for the response!

Awesome great to see you got that achieved.

Please advise if you have more questions.

Have a fantastic day!