leeana Posted May 4, 2022 Share Posted May 4, 2022 Site URL: https://www.studiomelrose.com/featured I have the Nav font set up in site styles to Proxima Nova, and it works across the rest the site except on the shop page -- it seems to be overridden to the custom font ('MadeMirage') in that instance only. I want it to be Proxima Nova; I've tried adding nav header CSS only, but it isn't changing. Any help appreciated! Link to comment
creedon Posted May 4, 2022 Share Posted May 4, 2022 The following ruleset in Design > Custom CSS is causing your issue. .collection-type-products.view-list * { font-family: 'MadeMirage' !important; text-transform: uppercase; font-size: 1rem; font-weight: 500 } You could remove the font-family declaration or the whole ruleset. Let us know how it goes. 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
leeana Posted May 4, 2022 Author Share Posted May 4, 2022 I removed the whole ruleset-- that fixed the Nav, but brought the product font sizes back to default, so I added this for just the product titles, we're good!! Thank you! .grid-title { font-family: 'MadeMirage'!important; font-size: 1rem !important; font-weight: 500 !important; } creedon and tuanphan 2 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