Home › Forums › Basel support forum › Mobile Menu Background colour White › Reply To: Mobile Menu Background colour White
gary
Hi Thanks for that but there are still some items that need styling please check the results on the site:
I used the following:
body .mobile-nav {
background-color: white;
}
body .mobile-nav ul li .up-icon{
background-color: white;
}
body .mobile-nav .sub-menu-dropdown ul:before {
color: 808080;
}
body .mobile-nav ul li.current-menu-item>a {
color: 808080;
}
body .mobile-nav ul li a {
color: 808080;
}
body .mobile-nav .icon-sub-menu:after,
body .mobile-nav .icon-sub-menu:before {
background-color: 808080;
}
body .mobile-nav .searchform button {
color: 808080;
}
body .mobile-nav .searchform input[type=text] {
color: 808080;
}
I need all text grey and when the text is selected to use #F1CADF also the shop sub dropdown has a black background still?
Many thanks in advance