MelissaE Posted March 25, 2021 Share Posted March 25, 2021 Site URL: https://www.winnoh.com Hi there, I'm trying to change the color of the word "Email Address" in my newsletter block on the home page. I've tried custom CSS and the regular design section of SQS and I'm still having no luck. All of the other font colors have changed to white, but "Email Address" has remained brown. Any help would be much appreciated. Thanks! Link to comment
ErikaT Posted March 25, 2021 Share Posted March 25, 2021 Hi Melissa, Please try: .newsletter-block .newsletter-form-field-element::placeholder { color: white; } tuanphan 1 Link to comment
MelissaE Posted March 26, 2021 Author Share Posted March 26, 2021 14 hours ago, ErikaT said: Hi Melissa, Please try: .newsletter-block .newsletter-form-field-element::placeholder { color: white; } Amazing, that worked! Thank you SO much @ErikaT! tuanphan 1 Link to comment
tuanphan Posted March 30, 2021 Share Posted March 30, 2021 On 3/26/2021 at 6:24 PM, MelissaE said: Amazing, that worked! Thank you SO much @ErikaT! Hi. I see on tablet, the logo overlaps nav You can add this CSS /* tablet logo overlap nav */ @media screen and (max-width:900px) and (min-width:641px) { nav.Header-nav.Header-nav--primary { margin-left: 50px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment