• This can only be seen with an item in the cart: When you are on the checkout screen, the text for the product section is the same color as the background, making it invisible unless you highlight it. The same is true for the privacy policy.
    The issue is clearly highlighted here:

    OceanWP issues?


    Otherwise, you can go to my domain: https://hoodiefamhq.com and try to checkout yourself and see the issue.

    Thank you guys for your hard work!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hoodierob

    (@hoodierob)

    The button color issue is affecting every button on my site as well, on my single product page.

    Hi,

    Please try to add the below CSS code to fix the issue.

    .woocommerce #order_review table.shop_table tbody td.product-name {
        color: #000;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }

    Please share the snapshot of the issue that you getting on the single product page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product Not Showing on Checkout Page, and Country state dropdowns wrong color’ is closed to new replies.