Buy me a coffee

Add a New label after Product Title

Use this code to the Custom CSS box

/* Add a New label after Product Title */
h1.ProductItem-details-title {
    position: relative;
}
h1.ProductItem-details-title:after {
    content: "NEW";
    font-size: 12px;
    position: absolute;
    top: -20px;
    background-color: red;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

Add A New Label After Product Title 01 Min

Result:

Add A New Label After Product Title 02 Min