Hello! For some reason, I can’t seem to change the color of the dropdown menu. I don’t want it to be orange, I want it to be the same color grey as the background of the website.
.sf-menu ul.sub-menu {
background: #F4F4F4;
}
.sf-menu ul.sub-menu li a {
color: #1c355d;
border-color: #1c355d;
}
.head_content .main_nav > ul > li > ul li a:hover {
color: #00B09B;
}
You can add this code to your Child Theme style.css file, or using a Custom CSS plugin.
Hope this helps.
Viewing 1 replies (of 1 total)
The topic ‘SubMenu Styling’ is closed to new replies.