Home Forums Basel support forum Background Color And Text For Main Header Reply To: Background Color And Text For Main Header

#276941

Hello,

Please find this code:

body .basel-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
    width: 300px;
}

Replace with this one and change the color as per your needs:

body .basel-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
    width: 300px;
    background-color: red;
}

Best Regards