Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lauratraveler

    (@lauratraveler)

    This is what I have so far…
    null
    by using

    .menu-shop{
    border:  solid #000000;
    }
    

    But the bottom part of the border is missing. And the border is too tall.

    Thanks,
    Laura

    hannah

    (@hannahritner)

    Please provide a link with all support requests:)

    Hannah

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks, Hannah. Here’s my page bylauraiancu.com

    hannah

    (@hannahritner)

    This css should work for you:

    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
        line-height: 30px;
        margin-top: 20px;
    }
    li.menu-shop a {
        border: 1px solid #000;
    }

    Hope it helps!

    Hannah

    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks a million, Hannah! You are a star! 🙂

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

The topic ‘Top menu border’ is closed to new replies.