Guest Posted September 26, 2019 Share Posted September 26, 2019 Hi, How could I change the font of the privacy pop up and newsletter autofilled boxes (and colour of auto filled boxes to white - currently light blue)? (Screen attached): https://imgur.com/YftI6bo website: https://marigold-onion-dm3a.squarespace.comPassword: Campcamp1 @tuanphan Regards Link to comment
erika_barichello Posted September 27, 2019 Share Posted September 27, 2019 Try with the following code, it works perfectly on Pacific template: to change the font on the fields use .field-element { font-family: inherit !important; background-color: rgba(255, 255, 255, 1) !important; } to change your button .button.sqs-system-button.sqs-editable-button { font-family: your-font-name !important; } use inherit if you want the same font you're using on the rest of your website, otherwise just specify it. Link to comment
Guest Posted September 27, 2019 Share Posted September 27, 2019 Thank you, the font has now changed but the colour is still blue and the font of name and surname is slightly bigger. Is there a way to change it so that it's the same size as the rest? Also, do you know by any chance how to change to colour of the button to black? @erika_barichello Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.