Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #404933

    hi,

    I am using Woocommerce with Enfold, how can I add fixed text besides (before) the “price and discount price”?
    also, how do I remove the “sales” badge?

    http://screencast.com/t/fzzpN91M

    thank yo very much :)

    #405234

    Hi decode!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.onsale {
    display: none;
    }
    del>span.amount:before {
    content: 'Text 1 ';
    }
    ins span.amount:before {
    content: 'Text 2 ';
    }

    Regards,
    Yigit

    #405566

    thanks a lot !! Excellent support!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to add fixed text besides the price ?’ is closed to new replies.