• I’m having some issues with woocommerce.

    I just create a variable product, set the image, description, its all ok. But, when I go to the page PAGE HERE
    and select one option (com moldura/sem moldura), there isnt showing anything.
    IF YOU SELECT THE PAGE, the text (price, add to cart, etc) is there (with white color [the background is also white]). I don’t know how to change their colors (tried on plugin options, but doesn’t work).

    I’m using DIVI from elegant templates.

    Can anyone help me, please ?
    https://wordpress.org/plugins/woocommerce/

Viewing 7 replies - 1 through 7 (of 7 total)
  • To make the price show up by changing the text color, try this custom css:

    .woocommerce div.product p.price,
    .woocommerce-page div.product p.price
    {color:#000 !important}

    To make the Buy button show up by changing the button background color, try this custom css:

    .woocommerce-page button.single_add_to_cart_button.alt
    {background-color:#666 !important}

    If your theme does not have a custom css feature, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    Are you using the WooCommerce Colors plugin:
    https://wordpress.org/plugins/woocommerce-colors/

    You could be at this all day with various elements and I don’t see why your theme doesn’t just work with WooCommerce. I pretty sure its supposed to be WooCommerce compatible. You may do better by asking Elegant Themes support. The cost of support is included in the price and their techs will know the theme best.

    Thread Starter hybryt

    (@hybryt)

    Iorro, it works !
    The theme has custom css feature, I put the codes that you provide and works perfectly !

    I’m having a little trouble with others IDS
    Check here (SELECTED [in blue])
    EDITED: Check here
    Can you help me one more time ?
    Do you have the code to change ?
    Where do you get these codes ?

    Thank you!

    .variations_form .amount
    {color:#444}
    #wc-correios-simulator button
    {margin-left:40px; background-color:#666 !important}

    The codes come from practice 🙂
    http://www.w3schools.com/css/

    Thread Starter hybryt

    (@hybryt)

    Thanks a lot, Iorro !

    Thread Starter hybryt

    (@hybryt)

    Iorro, can you help me one more time ?

    When I add a product to the cart (and go to the page) the button is hidden (same as the product page) – I tried w3schools, a little of google and debug box, but I’m newbee in this aspects.

    1 – Add to cart this product: http://studioartgo.com.br/produto/touro/
    2 – [PROBLEM] Go to cart: http://studioartgo.com.br/cart/
    3 – [PROBLEM] Go to check out: http://studioartgo.com.br/checkout/

    2 – img ref: http://i.snag.gy/cArck.jpg
    3 – img ref: http://i.snag.gy/9UZQb.jpg

    Do you have the CSS codes to change the colors of both?

    Thanks for the patience.

    .woocommerce-page a.button.alt,
    .woocommerce-page .shop_table .button,
    .woocommerce-page input.button.alt
    {background-color:#666 !important}
    Thread Starter hybryt

    (@hybryt)

    Thanks again, Iorro !

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Buy button hide’ is closed to new replies.