• Resolved design145

    (@design145)


    Not sure what happened my cart is having issues. When you click change address the country and state boxes appear completely white. I did notice if I click in the box a state will appear in black but all states should be showing in drop down not whitened out.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @design145,
    It would be best for you to communicate with the plugin developers via their official support channel since they are the best equipped to provide solutions to their products.

    Contact them here: https://woocommerce.com/contact-us/

    Also, forum volunteers are not given access to commercial products plus Commercial products are not supported in these forums.

    Ruan

    (@ruankuypers)

    SOLVED!!!!!

    Apply the following code in your CSS

    Change dropdown background color

    .select2-dropdown{
    background-color: #000 !important;
    }

    OR

    Change dropdown text color

    .select2-dropdown{
    color: #000 !important;
    }

    Please see my screenshot, works perfectly with my CSS code: https://prnt.sc/xay2qc

    Please let me know if this worked ??

    Thread Starter design145

    (@design145)

    Ruankuypers I think this will work but under my css I have almost 2,000 lines so which section should it be added to to ensure it applies to the cart? I don’t necessarily see a cart option it is kind of all coded.

    Ruan

    (@ruankuypers)

    Anywhere in your CSS. Just create a new line and add the code I shared.

    Cheers! ??

    Thread Starter design145

    (@design145)

    I tried both options neither worked ?? I must be doing something wrong. I tried adding at the end of css, the beginning and even in the middle no luck.

    Ruan

    (@ruankuypers)

    The position of your CSS does not matter. I added the exact same CSS code on my side and it worked perfectly.

    Are you sure you’re adding the CSS in the correct place? https://themeisle.com/blog/css-in-wordpress/

    Thread Starter design145

    (@design145)

    Ruankuypers I was adding it via a link within customize that WordPress suggested as adding to css. The method you sent in the link was much easier and worked! I still am not sure why only the cart dropdown had the issue but none of the products. All is fixed now. Thanks so much

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woo commerce cart showing white for country and state fields’ is closed to new replies.