• Resolved GerCole

    (@gercole)


    Hi,

    On the main navigation menu on the left side bar, I would like to change the menu-item text to red when hovered. Can anyone please point me in the right direction. I’m new to this so anything greatly appreciated.

    G

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

    (@gercole)

    I used the following code to resolve this :

    .secondary li a:hover,
    .secondary li a:focus {
    color: red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Main Navig Hover Color’ is closed to new replies.