How do I change the font of the menu in accesspress lite. I have tried this on the custom css:
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
.event-detail h4,
#bottom-footer
{
font-family: Verdana, Arial, Helvetica;
}
But the body font just changed instead of the menu font. I only need to change the menu font
I appreciate any help.