How can I display variant pricing without '+' in Shopify theme?

Dear Shopify Guru’s,

i would love some help with the following. I’m building a shopify shop in theme shapes. And i now have the problem that the price of products with different pricing per variant shows the price like this in the collection page:

€2,50+

I would love to show it like this:

Vanaf €2,50

How can i do this and is this possible with a small change in code?

would love some help! Thanks in advance!

Hello @StudioVliering ,
Please share your website URL.

He Mandasatech, hereby: dekoekfabriek-development.myshopify.com

Add this css bottom of the css file.


.price-item.price-item--regular::before {
content: 'Vanaf';
text-transform: capitalize;
}

Hi Mandasatech,

Where can I find the CSS file I can only acces the .json files.

Extremely thank full for your help all ready.

Found it thanks! One last question how can i delete the + from showing?

See attachment extremly thanks!

Hi Mandasatech, did you see my last question?

Very gratefull for your help.

“One last question how can i delete the + from showing?”

For this we have to change the code of the theme.

Is this possible to do with copying a piece of code. I don’t got the budget for this project to hire a third party do this. Thanks in advance!