Posted - 01/18/2022 : 15:54:05
Hi, the easiest way is right click on that text in your browser, click "inspect" and you can see what class(es) is/are assigned to that element. From there is just an addition, or edit to your css file.
If it's the detail page, you can probably target it with the class div.detailoutofstock
So try adding this to your css file
div.detailoutofstock {color:red;}
Thanks, David
|