Tagged: price, product slider, woocommerce
Hi There
On the pages of my enfold site where I am showing either a product slider or product grid components, i’d like to edit the price
<span class=”price”><span class=”amount”>€50.00</span></span>
So that it displays the text “From” before the price.
The thing is I ONLY want it changed in this, not in the single product page,
not in the cart or on the emails / receipts etc.
Is this possible?
Hey smudgedesign!
Add this to your custom CSS.
.avia-content-slider-inner .price::before {
content: "From: ";
}
Regards,
Elliott
Hi Elliott,
Thanks for the reply, but It doesnt seem to have worked for me.
I even tired !important;
Does it work for you?
Correction: It works for some pages but not all see links below:
Another correction, sorry It didnt work for this product page.
I had a plugin installed called ‘WooCommerce RRP’ which can add
text before products on single product pages.. this also added the text
to the ‘related products’ you see above.
https://wordpress.org/plugins/woocommerce-rrp/ for anyone else looking for this ability.
Hey!
Ok, thanks for sharing the plugin.
Regards,
Elliott