• Resolved jmuniz

    (@jmuniz)


    To emphasize the items in the main menu when you pass the mouse:

    .headerclass #nav-main ul.sf-menu li a:hover {
    text-decoration: underline;
    }

    I would like the item to be underlined until I click on another item on the menu

    Thank you for your help,

    Jmuniz

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Jmuniz,

    Try adding this CSS to Theme Options> Advanced Settings and let me know if it’s what you’re after:

    #nav-main .current_page_item {
        text-decoration: underline;
    }

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hello Kevin,

    Thank you very much for your valuable attention.
    It works !
    Have a good day

    You’re welcome! I’m glad that works for you.

    -Kevin

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

The topic ‘menu underline’ is closed to new replies.