Can someone please help me change the font size on mobile nav as the font size is huge www.RpshoppingHQ.com thank you
Hi @Rpshopping
To change the mobile nav font size, you can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
.mobile-nav__link--top-level{
font-size: 16px;
}