richardgreencreative Posted May 21, 2022 Share Posted May 21, 2022 Site URL: https://www.meadowweddingfilms.com/ Hi All iOS creating its own styling by rounding the corner of my lightbox form submit button. I've looked at a couple other forum posts but no luck with their solutions, or the replies are unclear on where the coding should go. Please can anyone help on the code to stop this re-styling. I just want the button to have 0 radius like the desktop site. Thanks paul2009 1 Link to comment
tuanphan Posted May 21, 2022 Share Posted May 21, 2022 Add to Home > Design > Custom CSS button.lightbox-handle { border-radius: 0 !important; } derricksrandomviews 1 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
richardgreencreative Posted May 24, 2022 Author Share Posted May 24, 2022 Hi @tuanphan Thanks for this - unfortunately, it still doesn't seem to be working. On my home page, if you scroll down to the 'Request Pricing Guide' section. If you click that button to open the lightbox form on iphone, the submit button still has rounded corners. Thanks Link to comment
Solution paul2009 Posted May 25, 2022 Solution Share Posted May 25, 2022 On 5/21/2022 at 12:29 PM, richardgreencreative said: iOS creating its own styling by rounding the corner of my lightbox form submit button. I just want the button to have 0 radius like the desktop site. This is a WebKit specific issue which is why you are seeing it on iOS. For the benefit of anyone reading this, WebKit is the web browser engine used by Safari and many other apps on macOS and iOS 🙂 You should be able to remove the border radius by adding this to Design > Custom CSS: input[type=submit] { -webkit-border-radius:0px; border-radius:0px; } Did this answer your question? Please give feedback by clicking an icon below ⬇️ meganheath 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. 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