been tring to change mobile nav font size for my landing page but cant figure out where to change
Hi @designdevil
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.dtXvbo span {font-size: 16px !important;}Note: You can increase/decrease the font size to changing the number(16px to 18px).
Regards,
San
Hello @designdevil
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 assets/theme.css theme file.
-
Add the code at the end of the file:
@media (max-width: 767px){
#main_menu a.menu_item span {
font-size: 25px;
}
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.