Field boxes are missing from comment forums please help!

Hi, where the boxes are supposed to be are invisible on my comment fields for my blog posts. Please help, here’s my store:

try-nellies-boutique.myshopify.com

password: lavishprintshop

thank you so much i’ll be sure i vote you as accepted solution :heart_eyes:

@kirstenlc5 - can you please elaborate more about your requirement?

Hi @kirstenlc5 ,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    border-color: #000;
}

Thank you so much it worked!