Can I change text size and font in the drop down menu (tiny boat)?

Hello!
Can I change text size and font in the drop down menu (tiny boat)? If yes, how can I do that?
Thanks in advance,
Kirsten

Kirsten
asked10 years ago
Views 623
1 Answer

Hi Kirsten,

yes, it can be done via Custom CSS box in the Theme Options (Customizer)


.sub-menu li a {
font-size: 12px; /* size you wish to set in pixels */
}

Dar - 10 years ago

This question has been marked as resolved. The solution has been found and no further answers are needed.