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
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
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!
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 !