Home Forums WoodMart support forum Add one word before the price

Add one word before the price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #564104

    ELO
    Participant

    Is it possible to add a word before the price on single product pages?
    We need to add the word “from”

    like: from 100,00€

    • This topic was modified 1 week, 4 days ago by ELO.
    #564274

    Hung Pham
    Keymaster

    Hi ELO,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product p.price span.amount:first-child:before {
    	content: "From";
    	margin-right: 5px;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)