Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2295044
Changing the color of the drop down for parts selection
Closed

Comments

  • Amir started the conversation

    My current website background is black and the current dropdown for ddslick composite selection is white, how do I change and customize the drop downs for the composite menu, more specifically to change the background color of the dropdowns?

  •  767
    Janilyn replied

    Hi Amir, 

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your request and responding with specific instructions soon. 

    Please stay in touch as he might need you to provide further information. Kindly note that support might be slower than normal in the weekend. 

    Thanks for your understanding. 

    Best regards.


    Janilyn T. - WPClever Support Agent

  •  1,281
    Dustin replied

    Hi Amir,

    Please add below CSS code to WP-Admin → Appearance → Customizer → Additional CSS:

    .wooco-components .wooco_component_product_selection .dd-select, .wooco-components .wooco_component_product_selection .dd-option {
        background-color: #000 !important;
        border-color: #222 !important;
    } .wooco-components .wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text {
        color: #fff !important;
    }

    Best regards,
    Dustin