Hi there,
I cannot find an option to change the background color of a currently active category in my department menu. Here is an image: https://imgur.com/a/O91mTI8
Thank you
This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
Hi there,
I cannot find an option to change the background color of a currently active category in my department menu. Here is an image: https://imgur.com/a/O91mTI8
Thank you
Hello,
There is no special option for this but you can add the below custom CSS to Theme Options > Custom CSS to change it
.et_b_header-menu .secondary-menu-wrapper .menu > li.current-menu-item, .et_b_header-menu .secondary-menu-wrapper .menu > li:hover {
background-color: #a16868;
}
.et_b_header-menu .secondary-menu-wrapper .menu > li.current-menu-item a, .et_b_header-menu .secondary-menu-wrapper .menu > li:hover a {
color: #fff;
}
Regards
The issue related to '‘Header > Department menu > show active category with background color’' has been successfully resolved, and the topic is now closed for further responses