This topic has 4 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hello,
I would like to know how to change the background color of the sub menu in mobile device to different color. I was able to change the color of the menu in mobile from black to light blue, but the sub menu, under the + sign still is black. Please let me know, how I can fix this.
Thanks,
K1
Hello,
Please add this code in custom.css file:
.et-mobile-menu > li > ul li, .et-mobile-menu li .open-child {
background: transparent;
}
Best regards,
Jack Richardson.
Thank, but the above code made the “+” sign the same color, the drop menu under the “+ ” Still is black. I would like the to change the color on the sub-menu, currently, is black. I want to make it to brown color.
Thanks,
K1
Hello,
Please try to use this code instead of the previous:
.et-mobile-menu > li > ul > li a, .et-mobile-menu > li > ul li {
background-color: brown !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up