Using the Custom CSS feature, you can add text to the product price in the Search Results Widget. For example, you can add the "from" text before the product price:
To do that, follow these steps:
- Go to the Searchanise control panel > Search results widget section > Custom CSS tab.
- Select the Use custom CSS setting if it is disabled.
- Enter one of the following CSS rules into the text area, changing the content value:
- The text before the product price:
.snize-price:before {
content: "from ";
} - The text after the product price:
.snize-price:after {
content: " inc tax";
}
- The text before the product price:
- Apply the changes.
That's it. The product price is displayed now with the additional text in the Search Results Widget.