Archived topic
WooCommerce Background Colour Issues
5 replies · Started by Mary Pearson on November 26, 2017
I just noticed on my store at https://store.christiangays.com that there is no background colour on the number of products to add to cart, so you can't tell if you are adding one or ten.
Also there is no background colour on countries when calculating shipping, so you have to guess where your country is in the blank list, and just keep trying till you get the right one.
See image of cart quantity box at https://prnt.sc/hfka1m
See image of shipping countries at https://prnt.sc/hfk9r3
The first thing I did was try changing themes to twenty-sixteen and all works well with that theme so I'm wondering if there was a change since my last update to WP 4.9.
Would appreciate some guidance.
Thanks!
Looks like the WC width of the item isn't working as your text is quite small.
Try this:
.woocommerce .quantity .qty {
width: 75px;
}
Not sure what's happening with your country list - that's all WC, GP doesn't do anything to it. You can check out our shop in the demo: http://demo.generatepress.com/shop/
Perhaps try activating the WooCommerce module in GP Premium?
Thanks Tom. I didn't realize I needed to activate WooCommerce in GP. That fixed the cart width situation, although some of my fonts are now huge and some of my colours have changed (Sale background colour and View Cart text colour). I also now have star ratings that aren't legitimate on the products.
and the country issue is still not resolved.
I'll check with Woo support.
Thank you.
There's a bunch of added options for WC in the Customizer now with the add-on activated.
Can you try deactivating your other plugins one by one to see if one of them is causing the country issue?
Thanks Tom. Once I found all the new options I was good to go. Had to change them on all my ecommerce sites.
Thank again!
You're welcome :)