How to add ' from ' in front of the price in featured collection dawn theme

Solved

How to add ' from ' in front of the price in featured collection dawn theme

urbantis
Shopify Partner
220 0 65

How do I add ' from ' in front of the price in featured collection dawn theme

 

pic for reference https://ibb.co/1GQdVdsq

 

website: https://smartappartde.myshopify.com/

password 1234

 

Thanks a lot.

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12018 2348 2527

This is an accepted solution.

You can do that by adding this code to Custom CSS of that section. 

.shopbnb-listing-price:before {
    content: 'From';
    padding-right: 4px;
}

Screenshot 2025-06-04 at 16.50.47.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12376 2559 3749

@urbantis 

Please add the following code at the bottom of your css file.

h5.shopbnb-text-4xl.shopbnb-money.undefined::before {
    content: "From ";
}

dmwwebartisan_0-1749030172754.png

 

Hope this works.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Dan-From-Ryviu
Shopify Partner
12018 2348 2527

This is an accepted solution.

You can do that by adding this code to Custom CSS of that section. 

.shopbnb-listing-price:before {
    content: 'From';
    padding-right: 4px;
}

Screenshot 2025-06-04 at 16.50.47.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.