Here's an excerpt from my CSS file:
.pricing .pricing-value .price:before {
position: absolute;
content: 'different text';
top: 10px;
left: -35px; }
I'm wondering if it's possible to change 'different text' to something else using inline styles in my HTML file. For example:
<span class="price" style='new_style_here'>