mben
December 8, 2023, 1:08pm
1
Hi,
Please could someone help me?
I use the theme Studio. It automatically selects the ‘body’ font as the font to use for the menu. But I would like it to use the ‘headings’ font for the menu.
My body font is called ‘Roboto’ and this is the font that is automatically used as the menu font. My heading font is called ‘Cooper BT’ and this is the font I am trying to use as my menu font.
Basically I am trying to change the default font from ‘Body’ to ‘Headings’.
Any help would be very much appreciated!
Thanks
Ben
@mben - can be done via c, can yo please share your website link?
mben
December 8, 2023, 1:17pm
3
Hi,
Sorry forgot to include it.
It’s www.wyldfragrance.co.uk .
Thanks!
Ben
@mben - please add this css to the very end of your base.css file and check
.header__menu-item span, .header__submenu .header__menu-item{font-family: 'COOPER BT';}
mben
December 8, 2023, 2:02pm
5
Hi,
Didn’t work unfortunately.
Thanks,
Ben
@mben - can yo share your screenshot?
mben
December 8, 2023, 2:14pm
7
Screenshot of the menu or the code? Thanks
mben
December 8, 2023, 3:20pm
9
Hi,
Thanks for your message.
There’s no direct option so I was hoping someone would be able to provide
the custom CSS to target the menu element and apply the ‘headings’ font.
Thanks,
Ben
Hi @mben ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
LFKawy
March 14, 2024, 8:50am
11
I had the same issue, and this works perfectly! Thanks.
Hello @mben ,
If you want to change the menu font without affecting other headings, please follow this tutorial. I hope you find it very helpful.
Thanks!