Hi,
I’m trying to style the mobile menu but something is not working. See http://awesomescreenshot.com/0f33y12o77
The circled areas need to be blue, so I added:
.mobile-nav {
background-color: #00317a !important;
}
.et-mobile-menu li .open-child {
background-color: #00317a !important;
}
But after this, it just turns black again and when I look in the code (elements) I don’t see it. Besides this I would like to add a hover color to the red square but I don’t know how to….
This is all the code I have till so far:
#MOBILE#
.mobile-nav {
background-color: #00317a !important;
}
.et-mobile-menu li > a {
color: #FFFFFF;
background: #00317a !important;
border-top: 1px solid #01193D !important;
}
.et-mobile-menu > li > ul li {
background: #00317a !important;
}
.et-mobile-menu li .open-child {
background-color: #151515 !important;
}
.et-mobile-menu li .open-child:hover {
color: #FFF;
background-color: #fba500 !important;
}
.et-mobile-menu li > a:hover {
color: #FFF;
background-color: #fba500 !important;
}
.side-block .close-block {
background-color: #00317a !important;
}
.et-mobile-menu > li ul {
background: #00317a !important;
}
Thank you for your help!
Regards, Myra