This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
I would like to change the primary font color, hover effect and active menu in the fixed menu dropdown block. It is not feasible via theme options. Please advise
Hello,
Please, ass this code in Theme Options > Styling > Custom css or in style.css file of child theme:
.fixed-header .menu .item-design-dropdown .nav-sublist-dropdown li a {
color: #1a1a1a !important;
}
.fixed-header .menu .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover {
color: #a60000 !important;
}
.fixed-header .menu .item-design-dropdown .nav-sublist-dropdown ul > li.current-menu-item > a{
color: #a60000 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up