Home › Forums › Basel support forum › Background Color And Text For Main Header › Reply To: Background Color And Text For Main Header
March 28, 2021 at 9:52 am
#276941
Elise Noromit
Member
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