Product Content Border not working

Anyone an idea why this border isn’t working?

pw: wild

.form__width {
  border: 2px solid #333333;
  border-radius: 32px;
  background-color: #f8f8f8;
  padding: 36px 10px;
}

Hello @swalter85 ,

Please use this one

.form__width {
    border: 2px solid #333333 !important;
    border-radius: 30px;
    background-color: #f8f8f8;
    padding: 36px 18px;
}

Regards
Guleria

Hi @swalter85 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.form__width {
  border: 2px solid #333333 !important;
  border-radius: 32px;
  background-color: #f8f8f8;
  padding: 36px 10px;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!