Kellycraneor Posted June 28, 2019 Share Posted June 28, 2019 Oh! I'm using the Kent template if that matters. Link to comment
Kellycraneor Posted July 2, 2019 Author Share Posted July 2, 2019 Hi all, I am not very familiar with coding, but I was able to update my site for custom fonts for most of my headings, texts, the nav bar, etc... but the drop-down text in my nav bar is still set on the template's default. I would like to change it to match the custom font as well.I have pasted the code I used below for those other functions.I think it is probably as simple as knowing what the CSS abbreviation is for that nav drop-down menu in the hierarchy but I couldn't find it online anywhere. Any suggestions?- Kelly @font-face {font-family: 'NexaLight';src: url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d16409b90f2ac00018002b5/1561739420145/Nexa-Light.otf), url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d1640aa1b72a50001bf1500/1561739434867/nexa-light-webfont.woff), url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d1640b14a22b400015cb034/1561739441244/nexa-light-webfont.woff2); }@font-face {font-family: 'NexaBold';src: url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d163611b9f37d0001ef65a1/1561736722012/Nexa-Bold.otf), url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d1635fba20a4700014066d8/1561736700237/nexa-bold-webfont.woff), url(https://static1.squarespace.com/static/5d017df4f75ebf0001234a76/t/5d16360568406b0001776ec0/1561736709146/nexa-bold-webfont.woff2); }h1 { font-family: 'NexaBold';}h2 { font-family: 'NexaBold';}h3 { font-family: 'NexaLight';}p { font-family: 'NexaLight';}nav li { font-family: 'NexaLight';} Link to comment
tuanphan Posted July 3, 2019 Share Posted July 3, 2019 @Kellycraneor you should share site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Kellycraneor Posted July 9, 2019 Author Share Posted July 9, 2019 @tuanphan It isn't live yet. Link to comment
tuanphan Posted July 9, 2019 Share Posted July 9, 2019 @Kellycraneor you can set password an share url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Kellycraneor Posted July 10, 2019 Author Share Posted July 10, 2019 I think I literally just need to know the "prefix" for the secondary nav (drop-down) field so I can replicate what I've done with the other fields: h1 { font-family: 'NexaBold'; } h2 { font-family: 'NexaBold'; } h3 { font-family: 'NexaLight'; } p { font-family: 'NexaLight'; } nav li { font-family: 'NexaLight'; } So, instead of h1, p, nav li, etc., it would be ___? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.