Jump to content

Changing the word "Sale" for products

Recommended Posts

  • Replies 9
  • Views 1.6k
  • Created
  • Last Reply

Please post the URL for a page where you want to change this text.

If your site is not public please set up a site-wide password, if you've not already done so. Post the password here.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Also, would it be possible to have different labels instead of "Quantity" for different categories? I was able to change it to Number of Participants but that is for all the products.

For e.g., in this page, I would like it to say "Number of Sessions" instead of "Number of Participants". I want it to say "Number of Participants" for other categories.

https://www.dearfamilies.com/all-services/p/individual-private-consultation-sessions-vasudha

Link to comment

Edit Product > Additional Info > Add a Code Block > Paste this code

<style>
  .quantity-label {
    visibility: hidden;
}
  .quantity-label:before {
    visibility: visible;
    content: "Number of Participants";
}
</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!)

Link to comment
On 11/17/2020 at 12:06 AM, tuanphan said:

Edit Product > Additional Info > Add a Code Block > Paste this code


<style>
  .quantity-label {
    visibility: hidden;
}
  .quantity-label:before {
    visibility: visible;
    content: "Number of Participants";
}
</style>

 

Thank you this worked!

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.