Home › Forums › Gillion Theme › Increase Mobile Menu Font Size
Home › Forums › Gillion Theme › Increase Mobile Menu Font Size
Hello! It’s me again! Sorry for one more question! I was wondering how can I increase the font size in the Mobile menu. The font options on theme settings does not affect the mobile menu at all, including the menu font portion. Is there any css or something that can change the mobile menu font size? Thanks
Hi @tiagosimk,
Thank you for your another question.
You can increase mobile menu font size by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-nav-mobile li a { font-size: 16px; }
Best regards,
Shufflehound team