[Resolved] Navigation Border Bottom

Home Forums Support [Resolved] Navigation Border Bottom

Home Forums Support Navigation Border Bottom

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1972035
    Andrew

    Hello I used some code on to add the pink underline in the navigation, I’m wondering how I can target the submenu now and remove it from there? I would like it to only apply on the parent items and not in the sub menu if possible. Thanks!

    #1972084
    David
    Staff
    Customer Support

    Hi there,

    try this CSS instead to target just the top level items:

    .main-navigation .main-nav > ul > li:hover, 
    .main-navigation .main-nav > ul > li.current-menu-item {
        border-bottom: 3px solid #EF0EDB;
    }
    #1972088
    Andrew

    Perfect!

    #1972127
    David
    Staff
    Customer Support

    Glad to hear that!

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