Border around custom coded dropdown boxes in Dawn theme

Hi,

I’m desperately trying to add a border to the dropdown options in my dawn theme. I figured out the name box but can’t work out the dropdowns. I used the code by Coding with Jan to insert the dropdown options. I have three different dropdown options across my products.

https://elliemaedesign.com.au/

password is lawwhi

Thanks!

Shae

Hi Shae,

Adding the below code at the end of your base.css file should do the job.

.select__select {
  border: 1px solid #121212 !important;
}

Hope that helps somehow.

It worked! Thank you so much Gabriel!!

This is a little pedantic but the boxes come up with different sizes than than the name box for me. Can I fix that?