• Hi – when a link in the dropdown menu has been clicked the text link no longer shows. Is it just the style set for the visited link is the same color of the dropdown menu – or is there something else wrong here. If it’s just a color issue, how would I change this color?

    Thanks in advance. site in question:

    rb

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add in your Custom CSS in Leaf Option:

    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {color: #ffffff;}

    Or any color you like

    Thread Starter robinb04

    (@robinb04)

    Thanks for the response Tizz. I don’t think I properly explained my problem.

    For example – on my site, using the main nav, select Exhibitions-> Current. Once the ‘current’ page loads, go back to the nav Exhibitions and when the dropdown appears the ‘Current’ sub-menu choice text is not there. It still works as a link, and when you hover over the text appears again – so I am not sure if it is just the a:visited style is just the same as the background color and needs to be changed or if there is something else a miss.

    Thanks in advance. Site is here

    robin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu dropdown link issue’ is closed to new replies.