lovelew Posted May 10 Share Posted May 10 (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 by lovelew Link to comment
tuanphan Posted May 12 Share Posted May 12 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 14 Share Posted May 14 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lovelew Posted May 15 Author Share Posted May 15 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 Solution Share Posted May 19 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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