Add span around stock number
-
Hi
I’m trying to add a span around the number in stock, so instead of this:
<span class="stock">26 in stock </span>
I’d like it to be something like this:
<span class="stock"><span class="stock-number">26</span> in stock </span>
Is there anything I can add to the functions file that will do this?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add span around stock number’ is closed to new replies.