remove

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

    masloholst
    Participant

    Hello!
    When I mark a product as recommended, the label “promotion” appears on the product image
    I attach a screenshot
    Please tell me how to remove it?

    #268242

    Hello,

    Please try to attach the screen once more so that I could distinguish the feature. If you mean HOT, here is the custom CSS to hide it:

    body .labels-rectangular .featured {
    display:none;
    }

    If your labels are round, than use this code instead:

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

    Best Regards

    #269762

    masloholst
    Participant

    pls tell where I should put the CSS code?

    #269763

    masloholst
    Participant

    I can’t upload the screenshot so here is the link to picture https://prnt.sc/108o14f

    #269778

    Hello,

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

    Best Regards

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