Home Forums WoodMart support forum How to disable and or modify the "Sold Out" label.

How to disable and or modify the "Sold Out" label.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #246660

    audiotopix
    Participant

    Hello,
    Our sold-out label looks like the attached picture as a result we want to turn it off, we have looked over the internet and tried a few different snippets, and they have no effect.
    Also, we need to be able to edit it, where or how can we do that?

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

    Hello,

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

    /*sales*/ body .labels-rectangular .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    font-size:12px; 
    }

    Edit as per your needs, you can change the color, background color, and reduce the size.

    Best Regards

    #246768

    audiotopix
    Participant

    I have done as instructed and there is no result, same issue.

    #246780

    audiotopix
    Participant

    I went into css and changed the font size from 12 to 10 and solved the issue. I see how I can have some control directly in the css.

    #246888

    Fine. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to disable and or modify the "Sold Out" label.’ is closed to new replies.