• Resolved mmmediterranean

    (@mmmediterranean)


    Hi,

    As you can see on the link page I provided, the sold out badge appear at 3 different places (product picture, left of the page and top left of the page on my main menu), which is weird, didn’t do this before.
    How do I do to have it only on the product picture?

    Thank you,

    Simon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @mmmediterranean,

    I don’t know why this happens, this is the first time I see that behaviour. (If someone else has the same issue, please let me know!)

    In your case, you could use a simple CSS workaround:

    
    .single-product .wcsob_soldout {
        display: none;
    }
    .et_pb_woopro_images_slider .wcsob_soldout {
        display: block;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Sold Out written everywhere’ is closed to new replies.