Change color of Dropdown menu on size/color picker

Change color of Dropdown menu on size/color picker

tanng
Excursionist
18 1 1

Hello, could you please assist me in changing the color of dropdown menu this section on my website? I would greatly appreciate your help. The website link is lekieu.com.

Thank you very much!

tanng_0-1683980225889.png

 

Replies 6 (6)

NomtechSolution
Astronaut
1245 113 159

Use this code:

/* Replace `.dropdown-selector` with the actual CSS selector for your dropdown menu */
.dropdown-selector {
    /* Add your desired styles here */
    background-color: #your-color;
    color: #your-color;
}
tanng
Excursionist
18 1 1

I tried putting the code in base.css, but it doesn't seem to work. Can you please check it out? Thank you.

shreyhweb
Shopify Partner
722 118 135

Can you give us the store URL then we will help you.

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
tanng
Excursionist
18 1 1
shreyhweb
Shopify Partner
722 118 135

@tanng 

 

which color you want to apply on options background when user hover on this?

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
tanng
Excursionist
18 1 1

Can you please make background of dropdown menu to: #273646 and when hover it turn #444444, text color white.

Thank you