Jump to content

How do i customise the text "from" before the price on the store page, to say "packs from"?

Recommended Posts

  • Replies 7
  • Views 783
  • Created
  • Last Reply
1 hour ago, jackdennehy said:

Site URL: https://bluebird-wolf-cs36.squarespace.com/order

Hi

I want to change the automated text "from" before the price of items in my store that have more than one variant' to say "packs from" instead. Is there Custom CSS i can use to this?

thanks in advance

jack

What is your site wide password?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace (+100 Spark plugin customisations)
🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
5 hours ago, jackdennehy said:

thanks the response bangank36 ,  the password is: roarstaff2021

try

.product-price {
  position: relative;
  overflow: hidden;
  color: transparent;
}
.sqs-money-native {
  position: absolute;
  left: 0;
  background: #000;
  padding-left: 5em;
}
.sqs-money-native:after {
  content: 'packs from';
  position: absolute;
  left: 0;
  width: 5em;
}

image.thumb.png.91e634401be3f9889ce760b1c5b07ad5.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace (+100 Spark plugin customisations)
🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
On 3/25/2021 at 12:02 AM, bangank36 said:

try


.product-price {
  position: relative;
  overflow: hidden;
  color: transparent;
}
.sqs-money-native {
  position: absolute;
  left: 0;
  background: #000;
  padding-left: 5em;
}
.sqs-money-native:after {
  content: 'packs from';
  position: absolute;
  left: 0;
  width: 5em;
}

image.thumb.png.91e634401be3f9889ce760b1c5b07ad5.png

thanks so much for your help, it worked for the individual product page as shown, but then removes all the prices underneath every item on the 'order' page as a result  https://bluebird-wolf-cs36.squarespace.com/order

is there away around that?

thanks again for your time

 

Link to comment
21 minutes ago, jackdennehy said:

thanks so much for your help, it worked for the individual product page as shown, but then removes all the prices underneath every item on the 'order' page as a result  https://bluebird-wolf-cs36.squarespace.com/order

is there away around that?

thanks again for your time

 

could you remove the code so I can help check

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace (+100 Spark plugin customisations)
🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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

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.