Newsletter Modal

 avatar
LBautista
css
25 days ago
222 B
7
Indexable
Never
/*START - newsletter white theme */
div.newsletter-signup{
    color: #fff;
}
input.lp-input--light::placeholder {
     opacity: 1;
}
input.lp-input{
     border-color: #fff;
}
/*END - input placeholder color*/
Leave a Comment