[Resolved] a colored line under the chosen menu

Home Forums Support [Resolved] a colored line under the chosen menu

Home Forums Support a colored line under the chosen menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1540746
    diedrich

    Hello, how do I make a colored line under the chosen menu in the menu if you choose a sub menu

    greeting
    Died

    #1540923
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see what you have so far?

    #1540930
    diedrich
    #1541197
    David
    Staff
    Customer Support

    You can underline the Current Parent Menu item with this CSS:

    .main-navigation li.current-menu-parent > a {
        text-decoration: underline;
    }

    Or add a border below the menu item with this:

    .main-navigation li.current-menu-parent > a {
        border-bottom: 1px solid #9e0000;
    }

    This option allows you to change the border thickness and its color

    #1541297
    diedrich

    Thank you David !!
    thats what I want

    greeting Diedrich

    #1541889
    David
    Staff
    Customer Support

    Glad to be of help

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