Navigate to Searchanise admin panel → Search Results Widget → Custom CSS and check the Use custom CSS box.
Next, enter your text into the input field.
Before the price:
.snize-price:after { content: " inc tax"; }
Or after the price:
.snize-price:before { content: "from "; }
Please don’t forget to save the settings by clicking Apply Changes!