Avada › Forums › Community Forum › Change the text colour of dropdown items on current menus items
-
AuthorPosts
-
Hi I need to edit the colour of current page current menu item text in the drop down menu.
Does anyone know the correct css to set the text colour to white for current page in the drop down sub menu please?I’m using
.fusion-main-menu > ul > li:hover > a {
color: #c71849 !important;
}
.fusion-dropdown-submenu a:hover{color: #fff !important;}.fusion-dropdown-submenu > li.current_page_item > li.current-menu-item {color: #fff !important;}
this sets the text & background colour on roll over but the last line isn’t working:
.fusion-dropdown-submenu > li.current_page_item > li.current-menu-item {color: #fff !important;}
this was supposed to set the menu text for current pages to white, but it isn’t working, can anyone please help?
.fusion-main-menu .sub-menu li a:hover {color: #ffffff;}
-
AuthorPosts
- You must be logged in to reply to this topic.