yostudios Posted December 18, 2022 Share Posted December 18, 2022 Hi! Can anyone help me solve this issue? I have recently made my website billingual, and made this new landingpage with two language-picker buttons. My issue is, that the buttons layout are different on mobil versus the buttons in mobile view edit? I looks like this on the web: And it should look like this in the mobileview: But instead it looks like this: I have used this custom CSS to in order to remove header and footer on this landingpage. <style> .header, #footer-sections{ display:none !important; } </style> Can that be what's causing the issue? I would like the buttons in the mobile versions to be transparent with white font too. Can anyone help solve this? Thanks! :-) Link to comment
Solution bycrawford Posted December 19, 2022 Solution Share Posted December 19, 2022 I have no idea what's causing the issue, BUT the solution is: .sqs-button-element--primary { border: solid 1px white !important; background: transparent !important; color: white !important; } If you just want to target the buttons in that particular section, wrap the code in the section ID selector like this: #SECTION-ID-HERE { .sqs-button-element--primary { border: solid 1px white !important; background: transparent !important; color: white !important; } } yostudios 1 Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com Sign up to the waitlist for my course 👇sixfiguresquare.space Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
yostudios Posted December 20, 2022 Author Share Posted December 20, 2022 It worked perfectly! Thank you SO much! 🙂 bycrawford 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