Anyone know how to make the text for backorders stand out?
LIke can i make it bold and color it red?
Hi,
To achieve that, you can add this in Theme Options > CSS
.stock.available-on-backorder {
color:red;
font-weight:bold;
}
Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.