Jump to content

What code to use to change the promotional popup email address form text color

Recommended Posts

Site URL: https://www.cloudcrewapparel.com

The promotional popup won't let me distinguish email form submission text and outline color between desktop and mobile. I'd like it to remain white on the desktop version, but I need the text to be black on the mobile pop up because my background is white.  You can see that there's a space for the email submission on mobile, but you can't see it because both the text and the box surrounding it are white. Squarespace doesn't have an option to customize this. Can anyone help? 

Screen Shot 2022-10-06 at 11.18.10 AM.png

Screen Shot 2022-10-06 at 11.17.56 AM.png

Link to comment
21 hours ago, kellyp123 said:

Site URL: https://www.cloudcrewapparel.com

The promotional popup won't let me distinguish email form submission text and outline color between desktop and mobile. I'd like it to remain white on the desktop version, but I need the text to be black on the mobile pop up because my background is white.  You can see that there's a space for the email submission on mobile, but you can't see it because both the text and the box surrounding it are white. Squarespace doesn't have an option to customize this. Can anyone help? 

Screen Shot 2022-10-06 at 11.18.10 AM.png

Screen Shot 2022-10-06 at 11.17.56 AM.png

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .sqs-popup-overlay #overlayNewsletterEmail-field::placeholder {
    color: #000 !important;
  }

  .sqs-popup-overlay #overlayNewsletterEmail-field {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
}

Support me by pressing 👍 if this useful for you

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

My testing

image.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
4 minutes ago, bangank36 said:

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  .sqs-popup-overlay #overlayNewsletterEmail-field::placeholder {
    color: #000 !important;
  }

  .sqs-popup-overlay #overlayNewsletterEmail-field {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
}

@bangank36 thank you so much!

Support me by pressing 👍 if this useful for you

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.