Change Font Size of the Submenu on Spotlight Theme

Hello everyone, I was trying to find a way to change the font size of the menu and submenu on the spotlight theme, i was able to change it on the menu side only through this code in the theme.liquid:

.header__menu-item{
font-size: 14px !important;
}

@media (max-width: 749px){
.menu-drawer__menu-item{
font-size: 12px !important;
}

But now how to change the font size of the submenu. check the website and press on “products” to get the submenu: https://innovativemeditech.com

Thanks in advance

Hey @nabilh17

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello everyone,

is there a possibility to change the font size as well for the mobile menu and submenu?

using spotlight theme.

thanks in advance

Hey @RobArt98

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed