How can I change the font of my sub navigation menu?

Hi Friends,

I’m trying to update my sub navigation menu to look the same as the Header Menu. How do I make this work?

My website is www.emoriejordon.com

I appreciate your help!

Lahna

@Shalanta

Try this code Please add the following code at the bottom of your assets/non-critical.min.css file.

.vnd-desk-menu .dropdown-classic .menu-list-header, .vnd-desk-menu .dropdown-classic .menu-item-link {
    font-family: var(--font-menu) !important;
}

Thanks!

hello @Shalanta

please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.

.header-menu-list  .header-menu-item .sub-menu  .child-menu .menu-item .menu-item-link{
        font-family: var(--font-menu) !important;
}

Worked perfectly! Thank you so much!