StefanieBuma Posted September 17, 2019 Share Posted September 17, 2019 I've managed to add custom CSS fonts to my headings and main body text, but can't find any code that will change allow me to assign my custom font to the main navigation or buttons in the image blocks (overlap and collage). I'm on the Impact template and have tried so many different types of code. Link to comment
tuanphan Posted September 17, 2019 Share Posted September 17, 2019 @StefanieBuma You can use this code for Nav .Header-nav-item { font-family: Your Font Name !important; } You should share url to check buttons Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted November 25, 2019 Share Posted November 25, 2019 @tuanphan I am having the same issue. The code above worked for my primary nav, but would like to implement for secondary nav and buttons too - any chance you can help? My website is www.jenbeattie.co for reference Thank you! Link to comment
MagneM Posted November 25, 2019 Share Posted November 25, 2019 Hi @Jen-Beattie .Header-nav-inner { font-family: 'Comfortaa'; } Magne Link to comment
tuanphan Posted November 25, 2019 Share Posted November 25, 2019 3 hours ago, Jen-Beattie said: @tuanphan I am having the same issue. The code above worked for my primary nav, but would like to implement for secondary nav and buttons too - any chance you can help? My website is www.jenbeattie.co for reference Thank you! nav.Header-nav.Header-nav--secondary .Header-nav-item { font-family: font name !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ellenhbs Posted June 16, 2020 Share Posted June 16, 2020 Hi @tuanphan I'm encountering the same issue. I cannot change the font of my navigation and the font in certain buttons (such as the contact button). Would you be so kind to help me out? Website : https://walrus-accordion-n487.squarespace.com Password : lavande Thank you so much ! Link to comment
tuanphan Posted June 16, 2020 Share Posted June 16, 2020 19 minutes ago, Ellenhbs said: Hi @tuanphan I'm encountering the same issue. I cannot change the font of my navigation and the font in certain buttons (such as the contact button). Would you be so kind to help me out? Website : https://walrus-accordion-n487.squarespace.com Password : lavande Thank you so much ! header#header * { font-family: 'Sackers Gothic Light AT'; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.