Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1185518
    Paul Democritou
    Participant

    Hello,
    I would like to change the font color on the “Out of Stock” on pages like this.

    http://pauldemocritou.com/product/mug/

    I’ve tried
    .woocommerce li.product.outofstock .entry-header {
    font-color: #ff0000;
    }

    but it didn’t work.

    Please help,
    PD

    #1185936
    Prasant Rai
    Moderator

    Hello PD,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    p.stock.out-of-stock {
        color: #ff0000 !important;
    }

    Thanks.

    #1196281
    Paul Democritou
    Participant

    Great, thanks.

    #1196496
    Jade
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1185518 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>