adding style to "5 in stock" information
Is there a way to edit the "in stock" copy inside of brizy? Tips on adjusting color and spacing would be helpful. Thank you.
example here: https://adcpolyduct.com/product/polyduct-12x25/
0
-
Hi Shawn,
Please try this and see if it helps. In your WordPress Dashboard under Appearance - Customize - Additional CSS, add this code to change the color of the 'in stock' text to #cc1818 and to increase the spacing to 10px
If you would like to make the text bold, add this code below margin-right: 10px; font-weight: 700;
.stock.in-stock {
color: #cc1818;
margin-right: 10px;
}0
Please sign in to leave a comment.
Comments
1 comment