How can I outline the subscribe button on Debutify?

Hi Guys,

Anyone knows if it is possible to make the subscribe button on newsletter and fotter section outline?

URL: https://ilondon.shop

Password: kamilla

@Kleber_shaw

Please add the following code at the bottom of your assets/theme.scss.liquid file.

div#section-162713917464ab7447 {
    border: 1px solid;
    margin: 31px;
}
form#ContactForm--footer {
    border: 1px solid;
    padding: 8px;
}

Hope this helps.

Thanks!

Thanks for you reply but that didn´t work as you can see bellow. I mean the outline on the subscribe button(black), not around the section. It is that possible? Thank you!

![2707.png|1560x1040](upload://y49ujEL671M8VOY0P6cuBW7i50u.png)

@Kleber_shaw

Sorry, that was my bad. Please remove old code and add this new code.

div#section-162713917464ab7447 .btn--primary, form#ContactForm--footer .btn--primary{
  background-color: #fff !important;
  color: #000 !important;
}

Hope this works.

Thanks!

Worked really well. Thank you @dmwwebartisan !