Adjusting css of sub-menu

I’m struggling to style the header sub-menu so that it looks just like it’s parent menu. Site is www.advisorbusinessmetrics.com. I’ve tried playing with the CSS, but just can’t seem to figure it out. Any suggestions?

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

.desktop .sub-menu a {
    font-size: 14px;
    padding-top: 4px !important;
}

That worked. Thank you.

You are welcome :slight_smile:

Cheers!