Home Forums WoodMart support forum Add "Price:" before price in single products

Add "Price:" before price in single products

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

    hooman
    Participant

    hi.
    how can I add “Price:” before price in single products.
    I used child-theme, Which file is related to the price section?

    #256251

    Hello,

    Please clarify where you want to add on the Product page or on the grid?

    Please provide your site admin access.

    Best Regards

    #256317

    hooman
    Participant

    Hello
    on single product. for example we have: 25$. i want print: Price: 25$

    #256516

    Hello,

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

    body.single-product .price .amount:before {
        content:"Price "
    }

    Best Regards

Tagged: ,

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