• Is there any way to change the text colour?

    The pink text colour for prices on the main pages is fine, but when I click on any of the products, the text for the price on the product page turns to a silvery grey, which is really hard to see against any background that is not very pale.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Add the following custom CSS to customize-> Additional CSS

    .single-product span.woocommerce-Price-amount {
        color: #141414;
        font-weight: 400;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter nataliemin

    (@nataliemin)

    Thanks Poonam – that worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text colour’ is closed to new replies.