Hello there!!! I’m trying to figure out how to reduce the black lines around my product variants. They are really black and I want to decrease the opacity. To make them more of a gray. I tried wishing the theme under the buttons section but that didn’t change anything. And codes I can add to my base.ccs to make them cohesive with my text boxes? I linked the URL to a product for reference. I can’t seem to get a picture to upload. Thank you so much!
URL: https://moderndayrags.com/products/howling-at-the-moon-gwm-pants
Hello @moderndayrags
Please use below code on assets → base.css at the bottom to change the dark black border on product variants
.field__input:focus, .select__select:focus{
box-shadow: none !important;
}
I couldn’t get that one to work 
Hi,
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> base.css ->paste the below code at the bottom of the file.
.select:hover.select:after {
box-shadow: 0 0 0 calc(.07rem + var(--inputs-border-width)) rgba(var(--color-foreground),50%)
}
That one didn’t work either 
@Lovethonny Is there any way you can show proof that you indeed and expert Shopify designer? Thank you!
Hi, @moderndayrags
Sorry for that, You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> base.css ->paste the below code at the bottom of the file.
.select__select:focus,.select__select:focus-visible{
box-shadow: unset !important;
}
@Ahsan_ANC that didn’t work either. Maybe when I get home I’ll try it on my desktop. Not sure if that would make a difference.
@Ahsan_ANC I sent you an email