Hi my site is https://tyrescy.xyz/
I would like to have different color in hover state and in active state. In theme options i can only change hover & active state.
any help is much appreciated
This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow
Hi my site is https://tyrescy.xyz/
I would like to have different color in hover state and in active state. In theme options i can only change hover & active state.
any help is much appreciated
Hello,
Go to Theme Options > Custom CSS and add the below code if you want to remove the active menu item bg color
.header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a {
background-color: transparent;
}
Regards
The issue related to '‘Change Hover & active color on main menu’' has been successfully resolved, and the topic is now closed for further responses