Price Range Horizon Issue

Im currently using horizon and have products which have multiple variants. Naturally, like other themes i thought the word “from” would be displayed before the price on the homepage and collection pages etc, unfortunately it’s not doing so on my theme which is horizon. Is there a solution to this?

You could find out the price CSS and add ::before and use the content property to add “from” in front.

Another option is to search through the code for the price part and add it there.