Hi there,
I’m currently building my Shopify and I’m not able to change the font in my Link label ?
Can someone help me
?
Many thanks
Hi there,
I’m currently building my Shopify and I’m not able to change the font in my Link label ?
Can someone help me
?
Many thanks
Hello @Judrvt ![]()
To change the font for your links, in Shopify Admin, you can go to Edit theme code, open the main CSS file (usually named base.css, theme.css, styles.css, or other variations) and add this code at the bottom
a {
font-family: Arial !important;
}
Make sure to change the font name as you need.
Thank you so much, it worked !
You are welcome!