This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hello
I used max mega menu and made a menu to use it at footer. Using static blocks and put the max mega menu there as a widgetised sidebar. My problem is that it’s not customized, every changes I make at the colors or at the hover item colos are not changing!
What can I do so it will work?
Thanks
Hello,
Try to add this code in Custom CSS:
footer #wpmega-menu-max_mega_menu_2 {
background-color: black;
}
footer #wpmega-menu-max_mega_menu_2 > li:hover {
background: red;
}
footer #wpmega-menu-max_mega_menu_2 a {
color: blue;
}
footer #wpmega-menu-max_mega_menu_2 > li:hover a {
color: white;
}
Add your own values.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up