richardgreencreative Posted May 21, 2022 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
tuanphan Posted May 21, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
richardgreencreative Posted May 24, 2022 Author 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
Solution paul2009 Posted May 25, 2022 Solution 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 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment