Remove grey lines around menu in header 8

This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: tinavive
    tinavive
    Participant
    January 19, 2015 at 10:57

    Hi

    How do i Remove grey lines around menu in header 8

    Thank you

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    January 19, 2015 at 15:09

    Hello,

    Please add this code in custom.css file:

    .header-type-8 .menu-wrapper {
        border-top: none;
        border-bottom: none;
    }
    .header-type-8 .menu-wrapper .menu-main-container > ul > li > a {
       border-left: none;
    }
    .header-type-8 .menu-wrapper .menu-main-container > ul > li:last-child > a {
        border-right: none;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.