Colors

Hi guys,
I have a few issues with my woocommerce shop. Please refer to this url: http://division-nautica.com/producto/bandit-9/ 
1) If you scroll below the first text, where you can read "Medida" "Barra" and "hinchador", how can I change the white color of the text so that we can actually ready what is written? I had changed woo commerce background page to white but now I can't see all that is written in white...

2) When trying to select the variations of the product, I get this message in spanish : ""Sorry, no products matched your selection. Please choose a different combination." I've tried to figure out why on google but can't figure out why. Would you know?
One thing I have, don't know if it's related, but it says on my dashboard that my "BeTheme child is missing some woocomme template updates". More precisely these two:
betheme/woocommerce/loop/add-to-cart.php versión2.1.0 no está actualizado. La versión básica es2.5.0, 
betheme/woocommerce/single-product/review.php versión2.1.0 no está actualizado. La versión básica es2.5.0, 
Any idea why and if I should do something to solve this?

Thanks for the help

Comments

  • Hi,

    1) You can change this color with:
    input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty { color: #FFF !important; }
    2) http://forum.muffingroup.com/betheme/discussion/3469/update-from-older-woocommerce-versions-to-2-3-3-or-newer-important
  • 1) Thanks it works. what about the wide line around it, is it also possible to change the color? thanks

    2) I uploaded the new theme folder today a few hours ago... but I did not erase and upload the new one. Would that change something? And also, I went and uploaded this template before (betheme/woocommerce/loop/add-to-cart.php) but nothing changed, so I went back to how it was.
    Please let me know what's the best to do.

    Thanks 
  • edited February 2016
    Hi again, please read my first comment above related to point 1.

    2) So I did what you recommended, erased the theme folder, uploaded the new one, the issue with Woocommerce templates is gone but as you can see I still can't Add to Cart when selecting the different product variations : http://imgur.com/Rzvu8uW 
    Can you see the message above the Add to Cart (Añadir al Carrito) button? http://division-nautica.com/producto/bandit-9/
    Would you know why this happens?

    thanks for the help
  • 1)
    input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty { border-color: #000 !important; }
    2) We suggest to switch to default WP theme and check if it works with this one.
  • 1) Thanks a lot!
    2) just did and still get the same problem. I don't understand why. Will continue searching on google but if you have an idea why I would really appreciate it.
  • 2) If you got the same problem with default wp theme, it means that our theme is not the reason of course. You need to look for a problem somewhere else.
  • I figured it out, just had to enter all prices from all variations in order to have it work!! 
    Cheers
Sign In or Register to comment.