Home Forums WoodMart support forum ‘Sold out’ badge reappear after theme update

‘Sold out’ badge reappear after theme update

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #490471

    evelina.bend
    Participant

    Hello

    While creating the website I contacted you in order to remove sold out badges everywhere and it was done with codes, but after the theme was updated the badges appeared again on front page – till everywhere else are still hidden.

    Attachments:
    You must be logged in to view attached files.
    #490533

    Hello,

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

    span.product-labels.labels-rounded .out-of-stock {
    display: none;
    }

    Best Regards.

    #491787

    evelina.bend
    Participant

    Unfortunately, it hasnĀ“t been removed and caused the badges appeared on the subpages as well

    #491860

    Hello,

    Can you please share the wp logins details of your site? I will check and solve the issue on your site.

    Best Regards.

    #491945

    evelina.bend
    Participant

    Here it is

    #492019

    Hello,

    Can you please share the admin login url So i will check the issue on your site.

    Best Regards.

    #492023

    evelina.bend
    Participant

    Oh yes sure

    #492139

    Hello,

    Your issue has been resolved. I have added following code in Theme Settings > custom css:

    .product-labels.labels-rounded .out-of-stock {
    	display: none !important;
    }

    Best Regards.

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