Viewing 2 reply threads
You must be logged in to reply to this topic.
hello,
please how do i add background color to my primary menus and sub menu and a different color change on hover
Thanks
Hello,
Sorry for the late reply.
You can do it with some css. The responsible classes are these:
nav .menu > li { background-color: #f7be68;}
nav .menu li > ul, .codeless_custom_menu_mega_menu, .menu-small, .header_tools .cart .content {
background-color: #232323;
}
nav .menu li > ul.sub-menu li:hover {
background: rgba(255,255,255,0.05);
}
Please note that these are styling customization, that are not included in support service. Read more about it in our Support Policy.
Best regards!
You must be logged in to reply to this topic.