Viewing 2 posts - 1 through 2 (of 2 total)
  • #251906
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    I used the following code to change the text color of the price. In the product carousel everything looks fine (see screenshot) but on the category page the sale price is red and not black (see screenshot). What is wrong with the code or is anything missing?

    del > span.amount{
    color:#000 !important;
    }
    .woocommerce ul.products li.product .price {
    color: #D33 !important;
    }
    ins > span.amount{
    color: #D33 !important;
    }
    .home span.amount{
    color:#000 !important;
    }

    Attachments:
    You must be logged in to view attached files.
    #251916
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This:

    ins > span.amount{
    color: #D33 !important;
    }

    is causing it to be red

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.