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 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!
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!
User | Count |
---|---|
441 | |
202 | |
103 | |
97 | |
90 |