trececreative Posted March 25 Posted March 25 (edited) Hello! I'm trying to change the font for the Submit button on my contact form. I've tried the three codes below, but none seem to work. Website password is applejuice2024 - thank you! https://www.trece.design/ .form-wrapper input[type=submit]{ font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } .sqs-block-button-element--secondary { font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } .form-wrapper input[type=submit] { font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } Edited March 25 by trececreative forgot to add website link
Jia Posted March 25 Posted March 25 51 minutes ago, trececreative said: Hello! I'm trying to change the font for the Submit button on my contact form. I've tried the three codes below, but none seem to work. Website password is applejuice2024 - thank you! .form-wrapper input[type=submit]{ font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } .sqs-block-button-element--secondary { font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } .form-wrapper input[type=submit] { font-family: 'MaisonNeueDemi'; text-transform: uppercase; letter-spacing: 0.5px; } Hi, what's the link to the website? Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
Solution Jia Posted March 26 Solution Posted March 26 36 minutes ago, trececreative said: @Jia it is https://www.trece.design/ Try adding this code to custom css: button.button.sqs-system-button.sqs-editable-button.form-submit-button { font-family: 'MaisonNeueDemi'!important; letter-spacing: 0.5px!important; text-transform: uppercase!important; } hunters and trececreative 2 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
trececreative Posted March 26 Author Posted March 26 19 hours ago, Jia said: Try adding this code to custom css: button.button.sqs-system-button.sqs-editable-button.form-submit-button { font-family: 'MaisonNeueDemi'!important; letter-spacing: 0.5px!important; text-transform: uppercase!important; } This worked, thank you! Jia 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment