Hello all
I have created a menu on this page
(See below)
I have formatted this menu:
.widget li a
{
font-size: 16px;
line-height: 18px;
color: #4365B0 !important;
}
How can I specify that the font color changes on mouse over?
and the active menu item has a different color
thanks in advance
kind regards
Franz¨
Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-galerien li a:hover {
color: red;
}
#menu-galerien li.current_page_item a {
color: yellow;
}
Best regards,
Rikard
Thank you Rikard
fits great
you can close this request
kind regards
Franz