SW89 Posted October 21, 2023 Posted October 21, 2023 Hey everyone I have a specific font that I'm using on my website but i cant seem to change the font on the nav bar buttons - The buttons are the ones in the screen shot below: I have the custom font files but i just need pointing in the righjt direction in how to apply the font to these buttons. Any help would be much appreciated, thanks !
Web_Solutions Posted October 21, 2023 Posted October 21, 2023 23 minutes ago, SW89 said: Hey everyone I have a specific font that I'm using on my website but i cant seem to change the font on the nav bar buttons - The buttons are the ones in the screen shot below: I have the custom font files but i just need pointing in the righjt direction in how to apply the font to these buttons. Any help would be much appreciated, thanks ! Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Vigasan Posted October 21, 2023 Posted October 21, 2023 15 minutes ago, SW89 said: Hey everyone I have a specific font that I'm using on my website but i cant seem to change the font on the nav bar buttons - The buttons are the ones in the screen shot below: I have the custom font files but i just need pointing in the righjt direction in how to apply the font to these buttons. Any help would be much appreciated, thanks ! If you know how to target those buttons (right-click the text and click INSPECT ELEMENT so you can grab the class name), you can follow this guide to get custom fonts installed correctly. https://www.adlyticmarketing.com/blog/squarespace-using-custom-fonts If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, Squarespace Expert, and Circle Member and I've been helping my clients as well as those here in the forum and in various Squarespace groups with custom coding and support for Squarespace websites. I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials | Buy Me a Coffee
SW89 Posted October 21, 2023 Author Posted October 21, 2023 (edited) 1 hour ago, Vigasan said: If you know how to target those buttons (right-click the text and click INSPECT ELEMENT so you can grab the class name), you can follow this guide to get custom fonts installed correctly. https://www.adlyticmarketing.com/blog/squarespace-using-custom-fonts Hey thanks for the reply So I right clicked on one of the buttons and got this: I'm not tech savy so I dont know what I'm looking out for here, could you tell me from that what the class name is? Edited October 21, 2023 by SW89
SW89 Posted October 21, 2023 Author Posted October 21, 2023 2 hours ago, Web_Solutions said: Can you share your website URL? Hey it's https://cow-purple-nwsx.squarespace.com/
Vigasan Posted October 21, 2023 Posted October 21, 2023 Just now, SW89 said: Hey it's https://cow-purple-nwsx.squarespace.com/ So you would use something like the following. .header-nav-item a{ font-family: YOUR_FONT !important; } Use the link I provided above to set up the font properly for use as well. If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, Squarespace Expert, and Circle Member and I've been helping my clients as well as those here in the forum and in various Squarespace groups with custom coding and support for Squarespace websites. I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials | Buy Me a Coffee
SW89 Posted October 21, 2023 Author Posted October 21, 2023 52 minutes ago, Vigasan said: So you would use something like the following. .header-nav-item a{ font-family: YOUR_FONT !important; } Use the link I provided above to set up the font properly for use as well. This is what I've done but it doesnt seem to work for the buttons that I mention. It works for everything else apart from the header buttons - this is what I currently have in the Cystom CSS box:
Solution Web_Solutions Posted October 21, 2023 Solution Posted October 21, 2023 11 minutes ago, SW89 said: This is what I've done but it doesnt seem to work for the buttons that I mention. It works for everything else apart from the header buttons - this is what I currently have in the Cystom CSS box: Replace this code with the code below .header-nav-item a{ font-family: UNVR67W !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment