Colours are set at Admin page > Appearance > Theme Options > Advanced styling.
If that doesn’t do it, which element do you want to change?
For shipping, its difficult to advise without seeing your settings, and it looks like you have some customisations. Shipping can be tricky so see the docs and recheck all the settings.
http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/shipping/core-shipping-options/
Hey Iorro!
1)
I want to change the following:
In http://www.boefclothing.com/webshop/
– The hover over is white, due to which the text is unreadable
– In the sidebar (cart) both view cart and payment are white/unreadable
2)
I tried to change the shipment and adjust options…. but it does not to be working!
Please could you temporarily deactivate your bwp-minify plugin.
Deactivated bwp-minify plugin
1) Sorry, I can’t get it perfect. There’s some complicated stuff going on in there. Hopefully this custom css will be an improvement:
.product_item.hidetheaction .kad_add_to_cart
{background:#fff; color:#333}
product_item .kad_add_to_cart:hover,
.product_item.hidetheaction:hover .kad_add_to_cart:hover
{background:#555; color:#fff; opacity:1}
.sidebar a,
.widget_shopping_cart_content .checkout
{background:#eee; color:#000}
.sidebar a:hover,
.widget_shopping_cart_content .checkout:hover
{background:#555; color:#fff}
2) Can’t help with shipping without seeing all the settings and having a clear idea about the requirements for your store.
Hey
Still not everything is working…
1)
For example if you are at a certain product, the “add to cart” button is white and unreadable…
http://www.boefclothing.com/product/boef-shirt-plain-black/
also when i’m in “cart” the checkout/payment button is white and unreadable…
http://www.boefclothing.com/cart/
2)
Is it possible that I grant you access and you take a look? :\ I really need this fixed
thanks!
This should deal with the buttons:
.kad-btn-primary,
.shop_table .actions input[type=submit].checkout-button
{background:#fff; color:#000}
.kad-btn-primary:hover,
.shop_table .actions input[type=submit].checkout-button:hover
{background:#ddd; color:#000}
The variation select dropdown disappears after 60 seconds making selection not possible. Consider referring that issue to the theme vendor.
Access is against forum guidelines and would not help with diagnosing styling issues. The vendors’ techs are your best option, or you can post a job:
http://jobs.wordpress.net/
Hey!
Thanks! That almost fixed it!
Still 2 buttons which are difficult to see:
http://www.boefclothing.com/cart/
Continue shopping
http://www.boefclothing.com/payment/
Payment button (down right corner)
thanks so much!
.woocommerce-message .button,
#payment #place_order
{background:#fff; color:#000}
.woocommerce-message .button:hover,
#payment #place_order:hover
{background:#ddd; color:#000}