Hey,
I would like to know how can I manage the font size only for the top menu without affecting the rest ?
Thanks for the help.
Link : https://riku-services.myshopify.com
Password : edohup
Hey,
I would like to know how can I manage the font size only for the top menu without affecting the rest ?
Thanks for the help.
Link : https://riku-services.myshopify.com
Password : edohup
Hi @Ulysse1300 , go to edit code > assets > theme.css and add this:
.site-nav a{
font-size:15px!important;
}
Change number 15 with the value you’d like. ![]()
Thanks, exactly what I was looking for !