• Resolved costind

    (@costind)


    I would like to change the colour of the text in the drop down menu from the main menu. At the moment you will see it is black. I note that this topic has come up a few times, and there are solutions, but none of the scripts work for me.

    Many thanks

    David

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter costind

    (@costind)

    Solved!

    Discovered that the following worked for me:

    /* change main drop down title colour to white*/
    .main-navigation-menu ul a:link, .main-navigation-menu ul a:visited {
    color: #c4c41f;
    font-size: 0.9em;
    text-decoration: none;
    }
    .main-navigation-menu ul a {
    color: #c4c41f;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Font colour dropdown menu’ is closed to new replies.