Jump to content

How to customise the appearance of newsletter form fields with CSS? Email block field

Recommended Posts

I want to change the appearance of this particular newsletter form field.

Email is the only field (which is required), I want to change the following:

1) Remove the white box, so it is transparent and just a white line with the placeholder text and no 'Required * asterisk above)
2) Either add the arrow in replacement of the submission button OR centre the text and button for mobile view only.

I'd still like to centre the heading and paragraph text *only* for mobile view *only on this page* (not on desktop view)

Actual site and reference attached.

Any ideas?

Screenshot 2023-03-20 at 15.47.24.png

Screenshot 2023-03-20 at 19.39.26.png

Link to comment
  • Replies 6
  • Views 718
  • Created
  • Last Reply

Top Posters In This Topic

 Add to Design > Custom CSS

div.form-block form input.field-element {
    background: transparent !important;
    border-top: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
@media screen and (max-width:767px) {
div.form-block form input.field-element {
    text-align: center !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.