Out of Stock Stamp

CENTERED RECTANGLE STAMP

.AvailabilityOutOfStock .cmsImage:before {
content:"SOLD";
position:absolute;left:50%;
margin-left:-30px;
z-index:3;
height:30px;
width:60px;
line-height:30px;
color:[WSCOL_PAGE];
background-color:[WSCOL_THEME_PRIMARY];
opacity:1;
text-align:center;
}

CIRCLE TOP-RIGHT STAMP

.AvailabilityOutOfStock .cmsImage:before {
content: "SOLD";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 3;
height: 50px;
width: 50px;
line-height: 50px;
color: [WSCOL_PAGE];
background-color: [WSCOL_THEME_PRIMARY];
opacity: 1;
text-align: center;
border-radius: 50px;
}

Index Previous Next