rio9 Posted August 18, 2022 Share Posted August 18, 2022 Site URL: https://shark-saxophone-3gc6.squarespace.com/ Pasword: MG2022 1. I needed the font GOTHAM for my site but isn't available on SS so I added some css in order to use it. I added both gotham bold for all titles, and botham medium for all paragraphs. My question is, what do I need to do in order to also have that same font on my navigation menu text, lists text, and buttons text? Here are screenshots of the areas I need to change the font from the SS one to Gotham And here is my current code 2. is it possible for the navigation menu to have a hover color of #FA8F62 THANKS! Link to comment
Wolfsilon Posted August 18, 2022 Share Posted August 18, 2022 Hi, You've been very specific with the elements you want to target, which is good. However, some of the text elements that are used look similar to H1, H2...etc but they are actually sometimes "span, a, figure,..etc" You can try to apply a global style change using the code below: * { font-family: "your_font_name_here"; } Since you've already done most of the legwork this solution might help target those elements you may have missed. Best, Dan Link to comment
rio9 Posted August 19, 2022 Author Share Posted August 19, 2022 Hi, Dan Thanks for replying. I tried what you said but the issue is it changed all of my fonts to the same font gotham bold, and I am using bold and regular, or I dont know if that is something that I can then adjust in the font styles, even if the name of the font that shows in styles is wrong? It also didn't change the font for my lists and slideshow, which is what I need Was I supposed to delete all the code I had for P and H, and leave just yours, plus edit stuff in styles? thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment