1924us Posted June 15, 2022 Share Posted June 15, 2022 Site URL: http://1924.us Currently I have two custom fonts being used on all headers, paragraphs, etc, but for whatever reason, its not showing up in certain parts of the site, such as the checkout cart, or the shop pages. I obviously cant just click in and change it, it has to be coded in, but I do have the coding for all 7 types of headings and paragraphs already linking. But perhaps its not correctly. Thank you Link to comment
creedon Posted June 15, 2022 Share Posted June 15, 2022 This could be a CSS specificity issue or just selecting the proper selector. https://www.w3schools.com/css/css_specificity.asp https://css-tricks.com/specifics-on-css-specificity/ https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity I included 3 links. Kind of a beginner, intermediate, and master level look at this topic. For example in the cart you may want to do something like the following. p, #cart .cart-subtotal { font-family: 'Workman'; font-size: 12pt; letter-spacing: 0px; line-height: 120% } To be more helpful we'd need to see specific instances where the font is not being applied the way you want. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
1924us Posted June 15, 2022 Author Share Posted June 15, 2022 Thanks so much for all your help!!! I'll get back and let you know how this goes. Link to comment
1924us Posted June 15, 2022 Author Share Posted June 15, 2022 This worked!! Thank you! 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