Home Forums Basel support forum How to remove discount banner at the top of the page?

How to remove discount banner at the top of the page?

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

    woidstyle
    Participant

    Hello, how can I remove this discount banner line at the very top of the website?

    #249388

    Hello,

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

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

    If it does not work, add this code instead:

    body .labels-rectangular span.onsale{
    display:none;
    }

    Best Regards

    #249447

    woidstyle
    Participant

    I did but I still have this orange discount banner appearing saying “spring discount on fashion clothing…”

    #249776

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

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