Single product page problems - by python1564

This topic has 36 replies, 5 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp

  • Avatar: python1564
    python1564
    Participant
    February 26, 2015 at 03:53

    The billing address state dropdown is dark now, but the text is still black. I noticed that the dropdown is different than the one on the shipping address tab. Is there any way to use the same kind of dropdown for the state that is on the shipping address tab?

    Avatar: Eva
    Eva Kemp
    Participant
    February 26, 2015 at 09:16

    Hello @python1564,

    Please try to add this code:

    .select2-search {
    background-color: #1E1E1E;
    }
    .select2-results {
     color: #6F6F6F;
    }

    Concerning removing items from Wishlist page you need disable “Ajax “Add to Cart”” in Theme Options > Single Product Page. Currently there is only such solution of this problem. Our developers are working on a new update.

    Sorry for inconveniences.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    March 1, 2015 at 20:51

    Ok that all works. Still an issue though.

    1) The billing address state dropdown has a white border.

    2) In the shopping cart the Calculate Shipping text is black.

    Thanks!

    Avatar: Eva
    Eva Kemp
    Participant
    March 2, 2015 at 12:50

    Hello,

    I’ve added this code in custom.css file:

    .woocommerce-shipping-calculator a {
        color: white;
    }
    .select2-container .select2-choice {
      border: 1px solid #3D3D3D;
    }

    Please check the site now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    March 2, 2015 at 15:02

    Everything looks perfect now, thank you so much!

    Avatar: Eva
    Eva Kemp
    Participant
    March 2, 2015 at 16:59

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 36 results - 31 through 36 (of 36 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.