• I am finding the cart page is having problems on my site when using white font. Basically I cannot see anything because the woocommerce settings are using a white background (whereas the rest of my site has a black background)

    my website

    Is there a way I can control the woocommerce backgrounds to black (like on the cart) and the font to white (like on the cart)?

    Thanks for the help!

    https://www.ads-software.com/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t think you can set all the backgrounds and font colors in one go. Try this custom css for the cart table:

    .woocommerce-page table.shop_table
    {background-color:transparent}
    .woocommerce-page table.shop_table .product-name a
    {color:White}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://www.ads-software.com/plugins/simple-custom-css/

    Thread Starter sonicnuance

    (@sonicnuance)

    lorro that worked great!!!!!

    Is there documentation which shows which parameters are changeable? While this fixed one of the problems, the cart still acts weird (if you try adding something to the cart, you will see a few “white on white” sections.

    cart

    No, no documentation. If a tweak is not in theme settings, you have to get to grips with browser developer tools and css.

    It looks like you’ve gone back to a black on white look which is probably for the best. Most of the big sites have it that way round because its easier on the eye.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘white font needs black background’ is closed to new replies.