• Resolved juggler342

    (@juggler342)


    Hello, is it possible to add a word or phrase near the counter of people who have added a product to the wish list? For example “126 people are interested in this product”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @juggler342

    There is no such feature from the box and mentioned stats counter adding dynamically from javascript. But you can access it via the DOM selector span.tinvwl-product-stats to customize output

    Not the proper way to customize it in this way but just an idea for you:

    span.tinvwl-product-stats:before {
    position:absolute;
    content:'people are interested in this product'
    }

    Thread Starter juggler342

    (@juggler342)

    Thank you, exactly what you need, added an inscription through the styles. You helped me a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Counter’ is closed to new replies.