Jump to content

Waitlist Sign Up CSS

Recommended Posts

Site URL: http://www.fieldandflorist.com

Hello, I'm wondering if anyone can help me with a question about styling my waitlist sign up to match the rest of my site. Instead of a box, I'd like it to be a simple black line with black placeholder text and to reduce the size of the "Notify me..." text above it. I'd also like the "Sign Up" button to inherit the Black Outline/Petal style on the rest of my site (second picture). Is this possible? I've been able to remove the box around the email input using the code below, but haven't been successful in changing the color or size of the "Notify me..." text above, the placeholder text color to black or the button. Thanks in advance for any assistance. You all are such a wonderful and generous community and I've really enjoyed learning from you. 

/* Restock form */
.product-restock-form input[type="text"] {
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

Screen Shot 2022-05-11 at 10.47.56 AM.png

Screen Shot 2022-05-11 at 10.48.20 AM.png

Link to comment
  • Replies 13
  • Views 402
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

Hi @tuanphan! Thanks so much for getting back with me. I was referring to contents within the Wholesale page here: fieldandflorist.farm/wholesale

pw: testtest

I made a few products visible so you can check them out. When you click in they are sold out, but the waitlist style hasn't inherited the rest of my site's styling (pictured above). 

Thank you for your help! I sincerely appreciate it!

Link to comment

Add to Design > Custom CSS

form.product-restock-form input[type="text"] {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    padding-left: 0 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/27/2022 at 10:38 PM, shopshopshop said:

Hi @tuanphan! Thanks so much for getting back with me. I was referring to contents within the Wholesale page here: fieldandflorist.farm/wholesale

pw: testtest

I made a few products visible so you can check them out. When you click in they are sold out, but the waitlist style hasn't inherited the rest of my site's styling (pictured above). 

Thank you for your help! I sincerely appreciate it!

Password is incorrect. Can you check it again?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
15 hours ago, shopshopshop said:

Hi @tuanphan sorry about that. I had to switch it for a customer but it is back live now with no password required. Thanks!

Add this CSS

form.product-restock-form input.sqs-editable-button {
    background-color: transparent !important;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

testtest

https://www.fieldandflorist.farm/wholesale

#1. Use this

form.product-restock-form input.sqs-editable-button:hover {
    background-color: black !important;
    color: white;
}

#2. Use this

form.product-restock-form input[type="text"], form.product-restock-form input[type="text"]::placeholder {
    color: black !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank 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.