lovelew Posted May 10, 2023 Share Posted May 10, 2023 (edited) I have customized buttons across my entire site to match my branding, but it has not adjusted in the header or in the form button. I have been experimenting with code, but nothing is working. What is the correct code to use here? Edited May 10, 2023 by lovelew Link to comment
tuanphan Posted May 12, 2023 Share Posted May 12, 2023 What is site url? We can check easier 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
lovelew Posted May 12, 2023 Author Share Posted May 12, 2023 blue-blue-6rrc.squarespace.com Link to comment
tuanphan Posted May 14, 2023 Share Posted May 14, 2023 Use this CSS for header button & form button a.btn, input.button { font-family: 'corporate a pro' !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
lovelew Posted May 15, 2023 Author Share Posted May 15, 2023 This worked! Thank you. Still struggling with the padding on the left and right to adjust. How do I increase more padding? I've tried: a.btn, input.button { font-family: 'corporate a pro' !important; text-transform: capitalize !important; padding-bottom: 30 !important; padding-top: 30 !important; padding-left: 30 !important; padding-right: 30 !important; } and only the top and bottom padding adjust. Link to comment
Solution tuanphan Posted May 19, 2023 Solution Share Posted May 19, 2023 You need to add px, em or rem after number. Use this a.btn, input.button { font-family: 'corporate a pro' !important; text-transform: capitalize !important; font-size: 20px !important; padding-left: 20px !important; padding-right: 20px !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
lovelew Posted May 19, 2023 Author Share Posted May 19, 2023 This worked! Thank you much 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