PAIGEMERCER Posted December 28, 2020 Posted December 28, 2020 Site URL: http://www.paigemercer.com Hey there I have changed the font on my site using a custom font but cannot figure out the code for the button blocks. EX: Contact, Learn More... etc. This was the code I was using but with another font. button { font-family: Chairdrobe-regular !important; }
tazmeah Posted December 28, 2020 Posted December 28, 2020 .sqs-block-button-element { font-family: Chairdrobe-regular !important; } On your home page, there are 4 buttons that all go by the selector ".sqs-block-button-element". I think it will affect all buttons on your site.
PAIGEMERCER Posted December 28, 2020 Author Posted December 28, 2020 5 minutes ago, tazmeah said: .sqs-block-button-element { font-family: Chairdrobe-regular !important; } On your home page, there are 4 buttons that all go by the selector ".sqs-block-button-element". I think it will affect all buttons on your site. Thank you that worked!
tuanphan Posted January 3, 2021 Posted January 3, 2021 @PAIGEMERCER I see this page has very long content on mobile. You should consider adding a back to top button. https://paigemercer.com/portfoliogallery Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MeaghanPM Posted April 8, 2021 Posted April 8, 2021 Hello, I'm also trying to change to a custom font for my 'Submit' button in the contact form, but the above code didn't work. Any tips? https://www.promomomma.com/contact pass: promo1
creedon Posted April 9, 2021 Posted April 9, 2021 @MeaghanPM The code did work as it was meant for a button block. You are trying to change the font on a form block button. What font family are you trying to apply to that button? 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.
tuanphan Posted April 9, 2021 Posted April 9, 2021 9 hours ago, MeaghanPM said: Hello, I'm also trying to change to a custom font for my 'Submit' button in the contact form, but the above code didn't work. Any tips? https://www.promomomma.com/contact pass: promo1 Add to Design > Custom CSS /* form button font */ input.button.sqs-system-button.sqs-editable-button { font-family: 'League Spartan' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.