How can I add a border to boxes and dropdowns in Modular theme?

Hey!

I am using the Modular theme and Wrapped (Gift Wrap and Options) app. The part where the customer chooses a greetings card and enters their message is unclear because the boxes don’t have borders (you can see what I mean if you check the “Would you like to add a greetings card?” Option beside any product. How do I add a think (maybe 1/2px border to fit with the rest of the colouring on the theme?) Maybe there’s an app that works better as an alternative?

Here’s a link to a product page - thank you in advance for any advice!

https://alittlebirdcompany.co.uk/products/seasonal-bird-food-bag

Hi @alittlebirdco

Hope you are well.

Follow the below steps:

  • Go to Online Store->Theme->Edit code
  • Asset->/theme.css
  • Add the below code at the end.
  • Click Save
.giftwrap-by-wrapped {
    border: 1px solid #104157;
     margin-bottom: 15px;
    padding: 15px;
}

Hope that helps!

Thanks

Thanks so much!