Replies: 0
Hi,
I have some problems to understand how to customize the menu color.
I obtained some results adding the following code in general settings / additional CSS:
#colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li > a {
color: rgb(139, 60, 53);
font-family: Futura;
}
#colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li > a:hover {
color: rgb(139, 60, 53);
font-family: Futura;
}
#colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a, #colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a{
color: rgb(139, 60, 53);
font-family: Futura;
}
#colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover, #colibri .style-449 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover{
color: rgb(139, 60, 53);
font-family: Futura;
}
So now the color is the right one (red) when the cursor is far from the menu and when the cursor is hover the menu. But it becomes blue when the cursor is near but no hover the menu. Furthermore, the menu item PROGETTI becomes blue when the cursor is hover the dropdown menu.
Please someone can help me?