Jump to content

Font Awesome icons not working on contact form buttons

Recommended Posts

  • Replies 8
  • Views 352
  • Created
  • Last Reply

Top Posters In This Topic

Hi Tuan,

Thanks for your time. This is the code I used:

#collection-62924e0599a94e79ced750c9 {
.primary-button-style-outline .sqs-block-form .sqs-editable-button {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.primary-button-style-outline .sqs-block-form .sqs-editable-button::after {
    font-family: "Font Awesome 5 Free"; font-weight: 700; content: "\f178";
  margin-left: 8px;
}
}

 

Link to comment
.primary-button-style-outline .sqs-block-form .sqs-editable-button

This is class name of input tag, so it won't work. Input doesn't support :after attribute

Use parent element instead of, however you will need to adjust something to make arrow inside button

.form-button-wrapper.form-button-wrapper--align-left:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f178";
    margin-left: 8px;
}

 

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
  • Susana_SQSP changed the title to Font Awesome icons not working on contact form buttons

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.