Home Forums WoodMart support forum HIDE SALES BADGE

HIDE SALES BADGE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132553

    ashburnuum
    Participant

    Hi there.

    How do I hide the sales badge?

    Thank you.

    #132566

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body .labels-rounded .onsale{
    display:none;
    }

    Best Regards

    #132568

    ashburnuum
    Participant

    Ok. What about Out of Stock label?

    #132576

    Hello,

    Add this code please:

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

    Best Regards

Tagged: ,

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

The topic ‘HIDE SALES BADGE’ is closed to new replies.