claudianuria Posted September 9, 2022 Share Posted September 9, 2022 (edited) Site URL: https://www.theirongates.com/ Hello, I would like to change the fonts of the pop up to fonts I have been using throughout the website. I have the CSS for the header: h1#sqs-slash-page-header { font-family: 'CASTLE' !important; } I just would like to change the body to 'TIEMPOS', the 'email here to 'TIEMPOS' and the subscribe to 'MANGO'. Could anyone let me know the CSS code for this? Thanks! Edited September 9, 2022 by claudianuria Link to comment
Beyondspace Posted September 9, 2022 Share Posted September 9, 2022 1 hour ago, claudianuria said: Site URL: https://www.theirongates.com/ Hello, I would like to change the fonts of the pop up to fonts I have been using throughout the website. I have the CSS for the header: h1#sqs-slash-page-header { font-family: 'CASTLE' !important; } I just would like to change the body to 'TIEMPOS', the 'email here to 'TIEMPOS' and the subscribe to 'MANGO'. Could anyone let me know the CSS code for this? Thanks! Try adding to Home > Design > Custom Css .sqs-slice-body-content p { font-family: 'TIEMPOS' !important; } #overlayNewsletterEmail-field { font-family: 'TIEMPOS' !important; } .sqs-slice-newsletter-content button[type="submit"] { font-family: 'MANGO' !important } Let me know how it works on your site claudianuria 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted September 9, 2022 Share Posted September 9, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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