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!
User | Count |
---|---|
413 | |
200 | |
145 | |
57 | |
43 |