Text has stopped displaying on menu when hover or selected

Hi Support

For some reason the text has stopped displaying on the menu when it is selected or hover over.

This used to display correctly but has now stopped for some reason.

Website address: www.smarttask.co.uk

See images here: IMAGE 1 IMAGE2 IMAGE3

Comments

  • Hi,

    menu item color is exactly the same as hover background and that's why item text is invisible. To change it's color, you need to use below css:
    #Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a { color: #FFF; }
  • Thank you very much, all fixed now - top class support again, well done
Sign In or Register to comment.