abbiericher Posted September 19 Share Posted September 19 Hi y'all! I'm trying to change my button font-size on mobile. I know how to resize the buttons, but that doesn't affect the size of the text. Didn't find any css code that works. Any snippets or tricks would be really appreciated! Thanks! Link to comment
Lesum Posted September 20 Share Posted September 20 (edited) @abbiericher You can add this code snippet within the Custom CSS panel: @media only screen and (max-width: 640px) { #siteWrapper.site-wrapper .sqs-button-element--primary { font-size: 0.7rem !important; } #siteWrapper.site-wrapper .sqs-block-button-element { font-size: 0.7rem !important; } } You can adjust the font-size "0.7rem" in the code. Edited September 20 by Lesum If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
abbiericher Posted September 29 Author Share Posted September 29 Thank you @Lesum ! It's working perfectly well. Would you know how to move the button closer to the navigation? Link to comment
tuanphan Posted October 3 Share Posted October 3 @abbiericher if you share site url, we can help 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
abbiericher Posted October 8 Author Share Posted October 8 Thank you all! I found a way! tuanphan 1 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