Site logo

[Resolved] Sup Menue Items (Aktiv) Navigation Underline Black Color

Home Forums Support [Resolved] Sup Menue Items (Aktiv) Navigation Underline Black Color

Home Forums Support Sup Menue Items (Aktiv) Navigation Underline Black Color

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2568776
    Matthias

    Hello There,
    Try to find it.
    Active Site under the Sup Menue Items with a simple Underline in Black.
    Thats it …
    Best, Matthias

    #2568827
    Ying
    Staff
    Customer Support

    Hi Matthias,

    I’m not sure I fully understand your question.

    Can you link us to your site and let me know which menu item are you talking about?

    #2573803
    Matthias

    Sorry for delay. I see. To fast.
    About the Sup Menu Navigation. Id like to have a simple underline. (for the active menu item (Site) and rollover with the mouse) Rollover —>Main Menu opens and show the Sup Menu. Hope its clear. Just a black underline for the Sub Menu! …

    Take care, Matthias

    #2573829
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation .main-nav ul li:hover > a,
    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        border-bottom: 1px solid #000;
    }
    #2573849
    Matthias

    Thanks a lot David.
    Just for the sup menu items. Just like a link in a body text with a simple underline and under the text.
    Best, Matthias

    #2573890
    David
    Staff
    Customer Support

    If its just the parent item, then try this:

    .main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
        text-decoration: underline;
    }
    #2574018
    Matthias

    Check image please!
    Thanks a lot, Matthias

    #2574110
    David
    Staff
    Customer Support

    Ah, try this:

    .main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
        text-decoration: underline;
    }
    #2575263
    Matthias

    Thanks a lot David. Very close;)
    Possible to have a mouse over effect. (the underline) When i scroll over the sup menu items?

    #2575395
    David
    Staff
    Customer Support

    This will do the hover

    .main-navigation .main-nav ul ul li:hover > a {
        text-decoration: underline;
    }
    #2575445
    Matthias

    Cool! Merci;)
    Take care, Matthias

    #2575505
    David
    Staff
    Customer Support

    Bravo!! we did it 🙂

    Glad to be of help

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.