Input option background color problem. white instead black

This topic has 7 replies, 3 voices, and was last updated 1 days, 9 hours ago ago by Trotyl

  • Avatar: Trotyl
    Trotyl
    Participant
    February 16, 2025 at 00:36

    Hello,
    I have a problem with the NFT Crypto theme.
    When I changed the background to a jpg image I got a problem with the background in the input option in the order form – where you select countries (check photo).

    I see that is from conteneir background color (now is transparrent) but when i change to black, its covers and changes the background of the entire page to black.

    How to make a drop-down list on a black background without changing the background of the whole page?

    I tried the code below to add to custom css but it doesn’t work :-/ the list has a white background all the time

    form select {
        background-color: black !important;
        color: white !important;
        border: 1px solid #ccc !important;
        padding: 5px !important;
        border-radius: 5px !important;
        appearance: none !important;
    }
    form select option {
        background-color: black !important;
        color: white !important;
    }
    Files is visible for topic creator and
    support staff only.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 16, 2025 at 08:38

    Hello,

    Thank you for reaching out to us.

    Could you please provide temporary wp-admin access? We need to check your settings.

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Best Regards,
    8Theme’s Team

    Avatar: Trotyl
    Trotyl
    Participant
    February 16, 2025 at 12:45

    i sending access

    Content is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    February 17, 2025 at 09:45

    Hi @Trotyl,

    Please try with this custom CSS codes instead:

    
    body .select2-container--default .select2-results__option,
    body .select2-container--default .select2-results__option[aria-selected=true], 
    body .select2-container--default .select2-results__option[data-selected=true] {
        background-color: #000;
    }
    

    https://prnt.sc/oaVSNN0x8GAZ

    Hope it helps!

    Avatar: Trotyl
    Trotyl
    Participant
    February 17, 2025 at 11:08

    It helped, you are the best.

    I have another problem with WooCommerce Dynamic Pricing & Discounts only I’m not sure whether to write to you or with their support, because admittedly you have it in the plugin installer, but it’s a 3party plugin. i hope you can help, so:

    The problem is that at some point the display of the price after the discount stopped working.
    It should be as in photo no. 1, but it is as in photo no. 2.
    Settings are correct as in photo no. 3.

    Well, and I say right away that the option in the case of “replace main price” does not work, if I give that it should be next to the buy now button then the fraction shows correctly (photo no 4)….

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    February 18, 2025 at 06:02

    Dear @Trotyl,

    We hope you are doing well.

    Could you kindly assist us by creating a screen recording for this issue? Your help would be greatly appreciated.

    Thank you in advance for your support.

    Best regards,
    8Theme Team

    Avatar: Trotyl
    Trotyl
    Participant
    February 18, 2025 at 11:37

    Sorry I do not understand, I sent numbered screenshots in the previous post. I send again

    The problem is that at some point the display of the price after the discount stopped working.
    It should be as in 1.png, but it is as in 2.png.
    Settings are correct as in 3.png.
    Well, and I say right away that the option in the case of “replace main price” does not work, if I give that it should be next to the buy now button then the fraction shows correctly (4.png)….

    Files is visible for topic creator and
    support staff only.
  • Viewing 7 results - 1 through 7 (of 7 total)

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

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