my website is: https://cphagen.com/ 
I need to integrate another category on my homepage but the text/fonts are too big.
In smaller devices than my iMac 21.5β', the texts look not really proportioned.
I would love to slightly reduce the size of the fonts used on the homepage of my website but, mainly, in the drop-down menus (example, look at LIFESTYLE section in my homepage).
Can someone help me out?
Thanks everyone !
Good day
Hello @CPHAGEN_Nordic
Itβs GemPages support team and glad to support you today.
I would like to give you a solution to support you:
- Go to Online Store β Theme β Edit code:
-
Open your theme.liquid theme file
-
Paste the below code before :
Result:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
1 Like
Hello @GemPages
Thatβs much better now but:
-
could we make it slightly smaller/different ONLY for mobile versions?
-
could we make the main menu (FURNITURE / LIGHTING / HOMEWARE / LIFESTYLE / etc etc) font, slightly smaller too?
Let me know!
Thank you very much! 
@CPHAGEN_Nordic
Hello,
@media only screen and (max-width: 767px) {
.mobile-nav__item {
font-size: 1rem;
}
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.min.scss.liquid
Like This
1 Like
Hi @oscprofessional
I ended up using 1.3 REM 
Any idea how to make the main menu font slightly smaller?
Thanks!
Good day
Anyone could tell me how could we make the main menu (FURNITURE / LIGHTING / HOMEWARE / LIFESTYLE / etc etc) font, slightly smaller too?
Thanks 