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