Hi there. I would like to change the font size of the nav menu on mobile (only). Could you please help me?
Theme: minimog
Hi there. I would like to change the font size of the nav menu on mobile (only). Could you please help me?
Theme: minimog
yes, please try this code
@media screen and (max-width: 767px) {
.sf-header .sf-menu-wrapper-mobile .sf-menu__content a.block.px-4.py-3 {
font-size: 20px;
}
}