How To Change the Rounded Corners To Square?

  • nickbh
    Asked on October 1, 2015 at 10:17 AM

    Any CSS tips for changing the rounded corners to be Square?

    Thanks for your help.

    Nick

  • Charlie
    Replied on October 1, 2015 at 11:41 AM

    Hi,

    Could you please provide us the form you are editing?

    You can use the following CSS code to make the border radius of the fields to be square:

    * {

    border-radius: 0px !important;

    }

    I use "*" as an example, it means everything in the body of the parent element will have that border radius (make the corners square).

    Let us know if you need more information on this.

  • nickbh
    Replied on October 2, 2015 at 10:10 AM

    Great, thanks.  I have invested a new book on CSS to get up to speed.  Cheers

  • Charlie
    Replied on October 2, 2015 at 11:20 AM

    Glad to hear that. It's always good to learn something new :)

    Should you need any assistance again, please do not hesitate to open a new thread here in the forum.

    Thank you.