Hi, dear Paul,
yes, mainly this is what I want, but for selling properties.
I added custom CSS as you said, but now I have another problem:
.spproperty-per-sft::before {
content: "de la";
padding-right: 5px;
}
.spproperty-total-price::before {
content: "de la";
padding-right: 5px;
}
.property-price::before
{
content: "de la";
padding-right: 5px;
}
In the list properties, "de la" is showing for all the properties(as normal).
https://prnt.sc/bxrsO1n0W8lv
I think this is not a exactly a solution.
Maybe if you add a condition just for properties with price, it will be fine.
And, maybe you will add a suffix after the price- "Fara TVA" (- VAT in english).
Eg in romanian language: de la 4600 € (Fara TVA).
Can you help me to solve this problem?