abbiericher Posted September 19, 2023 Posted September 19, 2023 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!
Lesum Posted September 20, 2023 Posted September 20, 2023 (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, 2023 by Lesum LupeSerrano 1 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?
abbiericher Posted September 29, 2023 Author Posted September 29, 2023 Thank you @Lesum ! It's working perfectly well. Would you know how to move the button closer to the navigation?
tuanphan Posted October 3, 2023 Posted October 3, 2023 @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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
abbiericher Posted October 8, 2023 Author Posted October 8, 2023 Thank you all! I found a way! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment