• Resolved Tante A

    (@tante-a)


    Hi there,
    I’ve tried to find a topic about this subject but there seems to be none..

    The problem is this:
    I’d like to change the hover effect of the primary nav menu to (font-style) italic. But I can’t find the right class to refer too.

    Thanks for helping!
    Auntie A

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey! Here is the CSS that should do that for you. Just copy and paste the code from the forum to Theme Options> Custom CSS.

    nav#nav-main .sf-menu li a:hover {
        font-style: italic;
    }

    Give that a try and let me know if it works for you.

    Thread Starter Tante A

    (@tante-a)

    Thanks Kevin, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Nav menu: effect on hover’ is closed to new replies.