Before you ask please READ THIS

How to change the text here to white?

How to change the text here to white?

Comments

  • I tried the previous answer, but there are still some places that can't be changed to white, how do I change it here? Thanks.
    https://chingbeef.com/product/hoodie-with-zipper/
    1664089137847.jpg
    1341 x 863 - 650K
  • AirAir
    Posts: 10,970
    Hello :-)

    Please add such custom CSS:
    .single-product #content {
      color: #fff;
    }
    With kind regards.
  • Checkout page here, how to use white words?
    Thank you.
    1664218729632.jpg
    1190 x 875 - 383K
  • CAR page here, how to use white words?
    Thank you.
    1664218906096.jpg
    1326 x 878 - 454K
  • AirAir
    Posts: 10,970
    Please add such custom CSS:
    /* for normal text on WooCommerce pages */
    .woocommerce-page #content {
      color: #fff;
    }
    /* for links on WooCommerce pages  */
    .woocommerce-page #content a{
      color: #fff;
    }
    Please check if anything else is needed.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!