Newsletter Sign Up - Modal

Fix input fields
 avatar
Bnnthpnzln
css
20 days ago
332 B
2
Indexable
Never
Emily Kroll
div.newsletter-signup__form-container{
    h2, .lp-text--subtitle, span.lp-tcr-message{
     color: #fff;
        
    }
    .newsletter-signup__form-item.lp-input{
        color: #fff;
    }
}

button.close{
    opacity: 1;
    color: #fff;
    @media only screen and (max-width:768px){
        color: #fff;
    }
}
Leave a Comment