Jump to content

How do I change the newsletter sign up form to a line instead of a box?

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Add to Home > Design > Custom CSS

footer.sections input[type="text"] {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

 

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
20 minutes ago, tuanphan said:

Add to Home > Design > Custom CSS


footer.sections input[type="text"] {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

 

Thank you so much, that worked! Is there a way to change the color of the line and placeholder text to white?

Link to comment
footer.sections input[type="text"] {
	border-color: white;
}
footer.sections input[type="text"]::placeholder {
	color: white !important;
}

 

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
  • 3 months later...
21 hours ago, kthxbyeninja said:

Is there a way to change the line, the placeholder text to black? Also, how do I change the sign up button to border black and text black but should not change the fill color to black when clicked?

 

Here is our website: https://www.mono8gallery.com/

 

The newsletter block is on the footer

Add to Home > Design > Custom CSS

footer.sections input {
    border-color: black !important;
}
footer.sections input::placeholder {
    color: black !important;
}
footer.sections button.newsletter-form-button.sqs-system-button.sqs-editable-button-layout {
    color: black !important;
    border-color: black !important;
}

 

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

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.