Creator Theme: Changing the Font Size of the Menu items under the drop down menu

Hey everyone,

I’m building out my site (https://thewgallery.co.uk/), and I’m trying to change the font size of the main drop down menu items (in the header).

But so far I’m having zero luck. Can anyone tell me what the CSS code for that would be?

Thank you so much!

@StephenWatkins

Please remove the !important in your following custom CSS code.

html[lang="en"] h3, html[lang="en"] h4, html[lang="en"] h5, html[lang="en"] h6, html[lang="en"] li, html[lang="en"] h2, html[lang="en"] a, html[lang="en"] *:not(.fa):not([class*="pe-"]):not(.lni):not(i[class*="iccl-"]):not(i[class*="la"]):not(i[class*="fa"]):not(.jdgm-star) {
    font-family: 'Amonos Display Regular' !important;
}

Thanks!

Hi @StephenWatkins
Its SideNode! We will be happy to help you today.

Apply this CSS to change the font size of menu items
add this CSS to Ur main CSS file folder.

Let me know if need further assistance
Regards,
SideNode

Hello @StephenWatkins

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.toggle-menu__link {
font-size: 2.5rem !important;
}