Jump to content

Changing Fonts in (1) Forms and (2) Newsletter Email Field (Custom CSS)

Recommended Posts

Site URL: https://sunfish-bobcat-m5pn.squarespace.com/

Does anyone know how to change the font in Custom CSS for the forms? 

Also, I was able to change the font for the button in the newsletter signup, but not the email address field, using this code for all buttons: 

/* Buttons */
a.sqs-block-button-element {
    font-family: 'Fanwood' !important;
}
/* image block button */
.image-button-inner a {
    font-family: 'Fanwood' !important;
}
/* newsletter button */
span.newsletter-form-button-label {
    font-family: 'Fanwood' !important;
}
/* form button */
input.button.sqs-system-button.sqs-editable-button {
    font-family: 'Fanwood' !important;
}

Does anyone know how to change where it says "Email Address" in the attached? 

Screen Shot 2020-11-05 at 1.41.33 PM.png

Link to comment
  • Replies 4
  • Views 1.5k
  • Created
  • Last Reply
form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Fanwood !important;
  opacity: 1; /* Firefox */
}

form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Fanwood !important;
}

form input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Fanwood !important;
}

image.thumb.png.f3a612cd44fc7315ae354d86fc114cc0.png

Please try this

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
14 hours ago, bangank36 said:

form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Fanwood !important;
  opacity: 1; /* Firefox */
}

form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Fanwood !important;
}

form input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Fanwood !important;
}

image.thumb.png.f3a612cd44fc7315ae354d86fc114cc0.png

Please try this

thank you!

Link to comment
14 hours ago, bangank36 said:

form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Fanwood !important;
  opacity: 1; /* Firefox */
}

form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Fanwood !important;
}

form input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Fanwood !important;
}

image.thumb.png.f3a612cd44fc7315ae354d86fc114cc0.png

Please try this

this helps with the newsletter! any idea how to fix the form???

Link to comment
On 11/6/2020 at 11:01 PM, mandelbaummarketing said:

this helps with the newsletter! any idea how to fix the form???

Try this code

/* Contact form custom font */
.form-wrapper * {
    font-family: 'CaviarDreams_Bold' !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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.