Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #522919

    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?

    #523184

    Hey smudgedesign!

    Add this to your custom CSS.

    .avia-content-slider-inner .price::before {
        content: "From: ";
    }

    Regards,
    Elliott

    #523197

    Hi Elliott,

    Thanks for the reply, but It doesnt seem to have worked for me.
    I even tired !important;

    Does it work for you?

    #523505

    Correction: It works for some pages but not all see links below:

    #523772

    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.

    #523823

    https://wordpress.org/plugins/woocommerce-rrp/ for anyone else looking for this ability.

    #524006

    Hey!

    Ok, thanks for sharing the plugin.

    Regards,
    Elliott

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.