Romeo Posted May 26, 2020 Share Posted May 26, 2020 Site URL: http://charred.squarespace.com Hi there, I can't seem to locate the proper style to change the button fonts on my site. Ok with the rest, but buttons are being problematic. Please help! CSS: @font-face { font-family: 'Chairdrobe-regular'; src: url(https://static1.squarespace.com/static/5ebb082d8148b13aaa27331a/t/5ecd1ce75e861630ff1f359a/1590500583301/Chairdrobe+Regular.ttf); } .sqs-block-button-element { font-family: 'Chairdrobe-regular' !important; } Site PW: Charred Thank you, Link to comment
tuanphan Posted May 26, 2020 Share Posted May 26, 2020 Incorrect password. 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!) Link to comment
Romeo Posted May 26, 2020 Author Share Posted May 26, 2020 Sorry, @tuanphan, try charred. Link to comment
Solution tuanphan Posted May 26, 2020 Solution Share Posted May 26, 2020 Header button? a.btn.btn--border.theme-btn--primary-inverse { font-family: Chairdrobe-regular; } or sign up button? button { font-family: Chairdrobe-regular !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!) Link to comment
Romeo Posted May 26, 2020 Author Share Posted May 26, 2020 Hey, @tuanphan, that did it! Thanks so much for the super quick fix! Cheers, Link to comment
Romeo Posted May 26, 2020 Author Share Posted May 26, 2020 @tuanphan, I've got one more question regarding the sign-up button - how do I change the font-size? The following CSS doesn't seem to work: font-size: 2em !important; Thanks, Link to comment
tuanphan Posted May 26, 2020 Share Posted May 26, 2020 .sqs-block-newsletter button.newsletter-form-button.sqs-editable-button-layout { font-size: 8em !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!) Link to comment
Romeo Posted May 28, 2020 Author Share Posted May 28, 2020 Hey, @tuanphan, I've got a couple more for you. How do I style the mobile menu item labels, and the "thank you" that appears once you submit the newsletter form? What are the CSS class names for these elements? Thanks again, Link to comment
Romeo Posted May 28, 2020 Author Share Posted May 28, 2020 CORRECTION - I figured everything out but styling the mobile header button. What is the CSS I should be using to correctly style the mobile header button? Cheers! Link to comment
Romeo Posted May 28, 2020 Author Share Posted May 28, 2020 @tuanphan, I figured it out: a.theme-btn--primary.btn {} No need to reply. 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