My shop’s homepage now is oustandstudios.com and I would like to change it to the homepage i designed in photoshop.
Hi @outstand-560 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.newsletter-section form{
display: flex;
align-items: center;
max-width: 400px;
margin: auto;
}
.newsletter-section .newsletter__input{
border-radius: 0 !important;
background: transparent !important;
color: #000 !important;
border-width: 4px !important;
margin-bottom: 0px !important;
}
.newsletter-section .newsletter__input::placeholder {
color: #000 !important;
}
.newsletter-section .btn{
width: auto !important;
color: #000;
border: 4px solid #000;
border-radius: 0 !important;
margin-left: 5px;
padding: 6px 10px !important;
font-size: 16px !important;
}
.newsletter-section .btn .material-icons-outlined{
display: none !important;
}
Hope it helps!
