• pacione4

    (@pacione4)


    Hi there,

    I have a couple of problems in the payment page.
    When I have to insert the data for the shipping, the dropdown box for the billing country is all white. I would like to change only the color of the countries names, but if I try I change all the color of the text in the site, because it’s all inherited from the body. So how can I do this?

    The second problem is that, there is a white box where the payments methods are, and I really want to change the color of that box, but also here I don’t know how to change it.

    Here is an immage for reference
    image

    So, thanks in advice for your time in advice.

    Greatings

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Amit Singh

    (@apprimit)

    Hello,

    1. For the white box – add the below code to the Customize > Custom CSS section

    li.wc_payment_method.payment_method_bacs {
        background-color: #7643de !important;
    }

    2. For the dropdown white text, go to Customize > General Options > Forms Field section and change the color.

    Thread Starter pacione4

    (@pacione4)

    Hi,

    Thanks for your answer, your first advice worked, so I’m grateful.
    But, I can’t solve the dropdown (e.g. billing countries dropdown) problem, because if I change colors in the Form Field section it changes all the other boxes and not the dropdown. Or maybe I just don’t understand how I can do it, because my interface is in italian, and maybe I didn’t go to the right place, I go to “personalizza” (customize) > “opzioni generali” (general options) > “moduli (input – area di testo)” (modules (input – text area)).

    Also, I found another problem. When I log-in in the site the “register or log-in” button in the Top bar don’t disappear. I insert in the content the shortcode that allows you to display the current user info for the username in this case, and when the username appear I want the “register or log-in” button to disappear.

    I’m very grateful for you help and time.

    Amit Singh

    (@apprimit)

    Yes, that is the right place to change it. I just visited on your site and the dropdown color is working fine with black color. Let me know if it is fixed.

    For the login/register, try to use a plugin User Nav Role to hide/show the menu links based on user role or you need to use logged-in/logged-out widget of Ocean Elementor widget.

    Thread Starter pacione4

    (@pacione4)

    Yes, I’ve fixed the dropdown color inserting this code in the Custom CSS section:
    .select2-container--open {color:#000}

    For the login/register now I’ll try to use the plugin you have suggested, I will let you know if that works.

    Thank you so much for your help.

    Amit Singh

    (@apprimit)

    Glad to hear that it is fixed and thanks for the solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with billing countries e payment methods’ is closed to new replies.