How change email subscribe section color from white to black

hello , i would like to change my email subscription input form from white to black

the example store

also would like to change input box from square to. line as viewed in example box

1 Like

store url is https://7kingdomsbar.myshopify.com/

password is : godgod24

@7kingodmsla

.newsletter h2.h1.section-header__title {
    color: white !important;
}

.newsletter {
    background: black !important;
    color: white !important;
}
.newsletter form .newsletter--form, .newsletter .newsletter__input {
    background-color: #000 !important;
    border-bottom: 1px solid white !important;
}

@7kingodmsla
Add this code in theme.scss file.

hello this worked great @Zworthkey however there is two lines and the email text you cant see it please review thank you .

@Zworthkey how to make it identical to this ?

i would like to add my logo in the middle .