Hello All,
I would like to know if it is possible to add a word to the visible price for a product on product page/category page/homepage? I use the Impulse theme!
For example "from" on product page:
Would be great if somebody could help me this!
Sincerely,
Adelmore
Solved! Go to the solution
This is an accepted solution.
Hello, you have to put CSS code in theme.liquid (see doc). Here is an example.
#myprice::before{
content: "from ";
display: inline-block;
}
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
10 |