Different color separation lines menu items

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

  • Avatar: robin.bertus
    robin.bertus
    Participant
    January 6, 2015 at 10:20

    I am using header type 10 with the “menu bar” and this has black lines between the different menu items.

    I would like to change the color of the lines (so they become invisible), but I do not know how to do that.

    This is the css code I already use to change fonts of menu items.

    .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    }

    Cheers,
    Robin

    1 Answer
    Avatar: Eva
    Eva Kemp
    Participant
    January 6, 2015 at 10:56

    Hello,

    Please add this code to custom.css file:

    .header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
       border-color: transparent !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

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

The issue related to '‘Different color separation lines menu items’' has been successfully resolved, and the topic is now closed for further responses

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