Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #876002

    Hi, how can I make the styling of the country field in the WooCommerce checkout page the same as the other fields – https://screencast.com/t/KSbiX15LH2 – meaning it should have a black background and white text.

    #876250

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .select2-container--default .select2-selection--single {
        background-color: #111;
        border: 1px solid #444;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #8c8c8c;
    }
    

    Best regards,
    Yigit

    #876364

    Thanks.

    #876390

    Hi!

    You are welcome! Let us know if you have any other questions or issues.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.