Jump to content

Changing Text In Forms for Product

Recommended Posts

  • Replies 6
  • Views 656
  • Created
  • Last Reply
Posted
11 hours ago, tuanphan said:

Add to Make a payment page Settings > Advanced > Header


.quantity-label {
    visibility: hidden;
}
.quantity-label:before {
    visibility: visible;
    content: "Month";
    text-align: center;
    position: absolute;
}

 

Thank you! I put this there but it did not change the word quantity to month!

Posted
On 6/24/2020 at 7:04 AM, IndigoBolt11 said:

Thank you! I put this there but it did not change the word quantity to month!

ah sorry, forgot, use this code

<style>
  .quantity-label {
    visibility: hidden;
}
.quantity-label:before {
    visibility: visible;
    content: "Month";
    text-align: center;
    position: absolute;
}
</style>

 

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!)

Posted
On 6/25/2020 at 3:42 AM, tuanphan said:

ah sorry, forgot, use this code


<style>
  .quantity-label {
    visibility: hidden;
}
.quantity-label:before {
    visibility: visible;
    content: "Month";
    text-align: center;
    position: absolute;
}
</style>

 

When I put in that code I get a syntax error @tuanphan

Screen Shot 2020-06-29 at 10.13.23 AM.png

Posted
10 minutes ago, rwp said:

Do not use style tags in the custom CSS area, that is only needed in the individual page code injection section.

Ah great got it thank you!

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.