Shopify themes, liquid, logos, and UX
So I'm a little confused. I'm trying to change just the navigation menu font but it is linked to the body text and I just can't figure out how to change the menu font without changing by body text.
Please help!!!
Hi @bunnilashes , it is probably because the css selector is not right, would you share your store URL and password? I can take a look, thanks
Please add the following code at the bottom of your asset/theme.css file.
nav#AccessibleNav {
font-family: fantasy;
}
Hope this works.
Thanks!
Hi @dmwwebartisan,
Tried this code but it's not working. I want to change navi menu font family to Source Sans Pro. Could you please help me with this issue. Seemed like this problem has not been solved yet.
I also tried this code below from @oscprofessional but it won't change to source sans pro and stays in times new roman. Would appreciate anybody's help.
#SiteNav a { font-family: "Times New Roman"; }
Please provide your website URL. I will check and provide you solution here.
Thanks!
Can you help me change the size of only my navigation menu? I would like it a little bit bigger. my website is artisticmetalworx.com and I have the debut theme. I tried the above codes and they did not work.
Please add the following code at the bottom of your assets/theme.scss.liquid file to change the font family for navigation only.
nav#AccessibleNav {
font-family: fantasy;
}
I just use the example font above you can replace it with your font.
Thanks!
I can't seem to find the theme.css.liquid in assets or anywhere else.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025