Support » Plugin: WooCommerce » Pricing on Product Page is White – Can’t change color even with CSS

  • Resolved jaries87

    (@jaries87)


    I can’t figure out why my product page pricing text is white or why my categories (bottom of post) are displaying white (making them appear invisible.)

    Any ideas? I have already tried CSS to fix these issues but it’s not working.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • .woocommerce .summary .price .amount,
    .woocommerce-page .summary .price .amount,
    .woocommerce div.product div.summary .product_meta a,
    .woocommerce-page div.product div.summary .product_meta a {
      color: #000 !important;
    }
    Plugin Support Aashik P – a11n

    (@aashik)

    /* Force change WooCommerce price color */
    
    .woocommerce-Price-amount.amount {
        color: #000 !important;
    }

    Please navigate to Dashboard > Appearance > Customize > Additional CSS, add the above snippet and then click on Publish button to save changes.

    Thread Starter jaries87

    (@jaries87)

    So, I made this update and it turned the header on my sales page blue and made all the buttons bright blue. What the heck?

    https://www.byaries.com/shop/

    Compare to the homepage….where nothing is bright blue and the header is green.

    https://www.byaries.com

    Can’t see a blue header so looks like you fixed it.

    Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    Neither of the code should change the header to blue (the color code in the CSS snippets represents #000 – which is the color code for black )

    I see the prices on your store right now without any problem. So I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pricing on Product Page is White – Can’t change color even with CSS’ is closed to new replies.