Skip to main content

Comments

1 comment

  • KC George

    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.