Jump to content

Mobile Lightbox Submit Button - Remove Rounded Corners

Go to solution Solved by paul2009,

Recommended Posts

Posted

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

IMG_3902.PNG

Posted

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
Posted
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  ⬇️

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.