Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #310870

    Hi – you gave me some code so that the From would appear before the prices listed for products in Woo Commerce.

    .single-product .summary p.price:before {
    content: “From: “;
    }

    span.price:before {
    content: ‘From: ‘;
    }

    Sorry – that code probably doesn’t display correctly – can’t remember the tags to use to enclose a piece of code …

    It works great – only thing is I only need the word ‘From’ to appear for products with variable prices not for all products – is that possible?

    Thanks!

    #310872

    Hi kathrynmichaud!

    Please change the code to following one

    .product-type-variable span.price:before {
    content: 'From: ';
    }

    Best regards,
    Yigit

    #310914

    That works perfectly – thank you!

    #310928

    Hi!

    You are welcome, glad if we could help! Have a nice weekend

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding the word From before pricing in Woo Commerce’ is closed to new replies.