Home › Forums › WoodMart support forum › how to change dropdown menu color from default color which is grey into black › Reply To: how to change dropdown menu color from default color which is grey into black
March 12, 2021 at 7:21 pm
#273173
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a{
color:#000000;
}
Best Regards