This topic has 3 replies, 2 voices, and was last updated 1 years, 9 months ago ago by ciddiki
Hi,
please let me know how to change the text color in drop down menu.
Also when it hover, it should change the color as well.
Regards
Hello, Ciddiki
The next custom CSS code can be used:
.et_b_header-menu .secondary-menu-wrapper .menu li > a {
color: red;
}
.et_b_header-menu .secondary-menu-wrapper .menu li > a:hover {
color: black;
}
Kind Regards,
8Themes Team
Thanks it worked
Tagged: change, drop down menu, how to, templates, text color, woocommerce, wordpress
The issue related to '‘know how to change the text color in drop down menu’' has been successfully resolved, and the topic is now closed for further responses