On my main navigation I have a drop down menu when it drops down the text is black when i want it white. On hover it all works just not on main drop. This is the code I am using
ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#000000!important;
color:white!important;
}
.sf-menu ul {
background: #002147!important;
color:white!important;
}
Website is https://lakecountyfloridanews.com/
Oh you will see it as soon as you hover over city news where the drop down is 🙂
Hello bformhals,
You should check the settings from here -> https://www.screencast.com/t/3O6HWtRztjj if you want to have other colors for your header main menu.
Thanks.
Hello bformhals,
If you want to change the hover color for the header menu you should change here -> https://www.screencast.com/t/0gJl6oj8g If is not what you mean please tell me what exactly you want to achieve?
Thanks for your understanding!
Hello bformhals,
Try the code below and place it in Theme panel -> Custom CSS Area.
.sf-menu ul .td-menu-item>a {
color: red;
}
The result is here -> https://www.screencast.com/t/QaIAPekQq6
Thanks.
