tuanphan Posted August 7 Share Posted August 7 You can use code to Custom CSS box to change text size in button. If you can't make it work, you can send link to page where you use button, I will check it again. #1. Primary Buttons [class*="sqs-button-element--primary"] { font-size: 30px !important; } #2. Secondary Buttons [class*="sqs-button-element--secondary"] { font-size: 28px !important; } #3. Tertiary buttons [class*="sqs-button-element--tertiary"] { font-size: 40px !important; } #4. Specific button First, you need to find the Button ID. In my example, I have: #block-03af45575bcc003a7178 Next, use this CSS code to Custom CSS box. #block-03af45575bcc003a7178 a { font-size: 40px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment