This topic has 5 replies, 2 voices, and was last updated 4 years ago ago by Olga Barlow
Hi
I want to change background color of all department menu
please tell me how to do this
Hello,
Do you want to change the color for the All department title area or for the drop-down or for both?
Regards
i want to change all department dropdown white background color
kindly tell me where to change this values,
dont change it directly please
Hello,
Go to Theme Options > Custom CSS and add the following code
/* All departments menu colors */
.et_b_header-menu .secondary-menu-wrapper .menu {
background-color: #2dbcb2;
}
.secondary-menu-wrapper .menu li > a {
color: #fff;
}
.secondary-menu-wrapper .menu li > a:hover {
color: #242021;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up